Skip to content

Commit

Permalink
Merge pull request #44 from yanosea/42-add-updating-docker-process-in…
Browse files Browse the repository at this point in the history
…-the-deploy-work-flow

🐞fix: add sudo to pacman update command in the deployment script
  • Loading branch information
yanosea authored Apr 15, 2024
2 parents 2351975 + 4d72d54 commit d3a684a
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 @@ -16,7 +16,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.SSH_PORT }}
script: |
pacman -Syyu --noconfirm
sudo pacman -Syyu --noconfirm
cd ${{ secrets.REPOSITORY_PATH }}
sh ${{ secrets.DOCKER_STOP_SCRIPT }}
cd
Expand Down

0 comments on commit d3a684a

Please sign in to comment.