Skip to content

Commit

Permalink
Clear up unnecessary step in workflow
Browse files Browse the repository at this point in the history
Closes #61
  • Loading branch information
baynezy committed Dec 10, 2023
1 parent f5ad2fe commit a1894a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/step-publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-2
- name: Output Bucket Name
run: echo "${{inputs.bucket-name}}"
- name: Deploy Function to S3
- name: Deploy App to S3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit a1894a1

Please sign in to comment.