Skip to content

Commit

Permalink
updated ami
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Nov 19, 2024
1 parent ff35622 commit 92b8a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/stackql-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
with:
python-version: '3.10'

- name: Install stackql-deploy
shell: bash
run: pip install -q stackql-deploy pyyaml || { echo "pip install failed"; exit 1; }

- name: Print StackQL Deploy Info
uses: stackql/[email protected]
with:
Expand All @@ -40,4 +36,4 @@ jobs:
stack_env: 'dev'
env_vars: 'AWS_REGION=us-east-1'
show_queries: 'true'
log_level: 'debug'
# log_level: 'debug'
2 changes: 1 addition & 1 deletion aws-stack/stackql_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ resources:
- name: instance_name
value: "{{ stack_name }}-{{ stack_env }}-instance"
- name: ami_id
value: ami-030a5acd7c996ef60
value: ami-012967cc5a8c9f891
- name: instance_type
value: t2.micro
- name: instance_subnet_id
Expand Down

0 comments on commit 92b8a0a

Please sign in to comment.