Skip to content

Commit

Permalink
chore: change source_dir on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jandiralceu committed Sep 13, 2024
1 parent 50c0c1d commit 483a6a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: public
path: public
path: public/
deploy:
needs: build
runs-on: ubuntu-22.04
Expand All @@ -60,8 +60,7 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_BUCKET_NAME }}
DISTRIBUTION_ID: ${{ secrets.AWS_DISTRIBUTION_ID }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: "/home/runner/work/jandir.co/jandir.co/public" # optional: defaults to entire repository

SOURCE_DIR: "./public"

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

0 comments on commit 483a6a6

Please sign in to comment.