Skip to content

Commit

Permalink
(cicd) Change dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lilchizh committed Nov 7, 2023
1 parent 030a197 commit eceec1c
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 @@ -30,4 +30,4 @@ jobs:
- run: echo "${{ secrets.SHHKEYM }}" > "$HOME/.ssh/SHHKEYM"
- run: chmod 600 "$HOME/.ssh/SHHKEYM"
#deploy
- run: cd public && rsync -e "ssh -i $HOME/.ssh/SHHKEYM -o StrictHostKeyChecking=no" -a --compress --delete . ${{ secrets.DEPLOYMENT_PATH }}
- run: cd dist && rsync -e "ssh -i $HOME/.ssh/SHHKEYM -o StrictHostKeyChecking=no" -a --compress --delete . ${{ secrets.DEPLOYMENT_PATH }}

0 comments on commit eceec1c

Please sign in to comment.