mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-19 19:28:00 +02:00
Ignore node_modules when uploading to S3
This commit is contained in:
parent
f7573572e5
commit
359c6ca476
2
.github/workflows/deploy-aws.yml
vendored
2
.github/workflows/deploy-aws.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- name: Upload to S3
|
||||
uses: jakejarvis/s3-sync-action@master
|
||||
with:
|
||||
args: --follow-symlinks --delete
|
||||
args: --exclude 'node_modules/*' --follow-symlinks --delete
|
||||
env:
|
||||
AWS_S3_BUCKET: web-check-frontend
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user