Skip to content

Commit

Permalink
yaml file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Sep 29, 2021
1 parent 575efe2 commit 14a8a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Uploading to s3 bucket
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete --exclude '.git/*' --exclude '.github/*' --exclude './gitignore'
args: --acl public-read --follow-symlinks --delete --exclude '.git/*' --exclude '.github/*' --exclude '.gitignore'
env:
AWS_S3_BUCKET: ${{ secrets.MASTER_AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.MASTER_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 14a8a38

Please sign in to comment.