Skip to content

Commit

Permalink
Remove -o
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefdhurst committed Sep 2, 2024
1 parent ea1f1a0 commit a449439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
port: 22
script: |
cd /srv
unzip blog-${{ steps.version.outputs.value }}.zip -o -d blog-${{ steps.version.outputs.value }}/
unzip blog-${{ steps.version.outputs.value }}.zip -d blog-${{ steps.version.outputs.value }}/
rm blog
rm blog-*.zip
ln -s blog-${{ steps.version.outputs.value }} blog
service nginx reload
- name: Update deployment status (success)
Expand Down

0 comments on commit a449439

Please sign in to comment.