Skip to content

Commit

Permalink
fix: fixing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kgmcquate committed Sep 11, 2024
1 parent 1512dfc commit eaa2a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy_etl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
pip install venv-pack awscli build
python -m build --sdist ./
- name: build and push
uses: vitr/actions-build-and-upload-to-ecs@master
with:
Expand All @@ -56,15 +55,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

uses: taiki-e/checkout-action@v1

- name: SAM build
run: sam build
Expand Down
4 changes: 2 additions & 2 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Parameters:

SecurityGroupIds:
Type: CommaDelimitedList
Default: sg-00467e8ac3c53cb3f
Default: sg-002c9a50cf295d5ad

SubnetIds:
Type: CommaDelimitedList
Default: subnet-0cdc957115446f72d
Default: subnet-07fa6b708d8df66b4

Resources:
ETLJobTrigger:
Expand Down

0 comments on commit eaa2a59

Please sign in to comment.