Skip to content

Commit

Permalink
Add no times to deploy-prod workflow (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunglinn and tunglinn authored Dec 15, 2023
1 parent 2018c0c commit 324c7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
username: ${{ secrets.PRN_SERVER_USERNAME }}
key: ${{ secrets.PRN_SERVER_PRIVATE_KEY }}
script: |
rsync --archive --verbose --compress --delete \
rsync --archive --verbose --compress --delete --no-times \
/var/www/${{ secrets.PRN_SERVER_HOST }}/plm-staging/ \
/var/www/${{ secrets.PRN_SERVER_HOST }}/parking-lot-map/

0 comments on commit 324c7d3

Please sign in to comment.