Skip to content

Commit

Permalink
fix : format release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
onesmus1024 committed Jan 10, 2024
1 parent c77f8ee commit e9956ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_to_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
- name: Upload Artifact to S3
run: |
aws s3 cp src/lambda.zip s3://${{ env.ENVIROMENT }}-${{ env.AWS_REGION }}-artifact-bucket --recursive
Deploy:
runs-on: ubuntu-latest
needs: Build
Expand All @@ -143,7 +142,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY}}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: 'us-east-1'

- name: Deploy CloudFormation Stack
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
Expand Down

0 comments on commit e9956ee

Please sign in to comment.