diff --git a/.github/workflows/upload-to-s3.yml b/.github/workflows/upload-to-s3.yml index bd502a6..6b9dfbc 100644 --- a/.github/workflows/upload-to-s3.yml +++ b/.github/workflows/upload-to-s3.yml @@ -46,3 +46,8 @@ jobs: run: | aws s3 sync ehld/ "s3://${{ vars.S3_BUCKET }}/${{ env.VERSION }}/ehld/" \ --delete + + - name: Upload Statics to S3 + run: | + aws s3 sync statics/ "s3://${{ vars.S3_BUCKET }}/${{ env.VERSION }}/statics/" \ + --delete