1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:35:31 -04:00

Update deploy.yml

This commit is contained in:
2019-09-05 07:53:40 -04:00
committed by GitHub
parent 849ea30e21
commit 1ac277856e

View File

@@ -19,6 +19,8 @@ jobs:
name: public
path: './public'
- uses: jakejarvis/s3-sync-action@master
with:
args: --acl-public-read
env:
SOURCE_DIR: './public'
AWS_REGION: 'us-east-1'