Ignore node_modules when uploading to S3

This commit is contained in:
Alicia Sykes 2023-08-30 18:58:02 +01:00
parent f7573572e5
commit 359c6ca476

View File

@ -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 }}