Skip to content

Commit

Permalink
fix: absolute path for source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jandiralceu committed Sep 13, 2024
1 parent 8c51107 commit 4ad8a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_BUCKET_NAME }}
DISTRIBUTION_ID: ${{ secrets.AWS_DISTRIBUTION_ID }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: "public"
SOURCE_DIR: "/home/runner/work/jandir.co/jandir.co/public"

# - uses: jakejarvis/s3-sync-action@master
# name: 🚀 Deploy to S3
Expand Down

0 comments on commit 4ad8a2f

Please sign in to comment.