Skip to content

Commit

Permalink
Merge pull request #582 from hngprojects/db-revert-v2-to-v1-3
Browse files Browse the repository at this point in the history
Update latest-dev.yaml (remove sudo)
  • Loading branch information
stephennwachukwu authored Aug 20, 2024
2 parents 18024f9 + 5fe0d1a commit dea5291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
git stash && \
git checkout dev && \
git pull && \
sudo cp .github/scripts/java_dev_app.service /etc/systemd/system && \
sudo systemctl daemon-reload && \
sudo systemctl start java_dev_app.service && \
cp .github/scripts/java_dev_app.service /etc/systemd/system/java_dev_app.service && \
systemctl daemon-reload && \
systemctl start java_dev_app.service && \
exit"
env:
SSH_HOST: ${{ secrets.HOST }}
Expand Down

0 comments on commit dea5291

Please sign in to comment.