Skip to content

Commit

Permalink
Merge pull request #583 from hngprojects/db-revert-v2-to-v1-3
Browse files Browse the repository at this point in the history
Update latest-dev.yaml
  • Loading branch information
stephennwachukwu authored Aug 20, 2024
2 parents dea5291 + 48abe51 commit 3f5aa9a
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 && \
cp .github/scripts/java_dev_app.service /etc/systemd/system/java_dev_app.service && \
systemctl daemon-reload && \
systemctl start java_dev_app.service && \
sudo cp .github/scripts/java_dev_app.service /etc/systemd/system/java_dev_app.service && \
sudo systemctl daemon-reload && \
sudo systemctl start java_dev_app.service && \
exit"
env:
SSH_HOST: ${{ secrets.HOST }}
Expand Down

0 comments on commit 3f5aa9a

Please sign in to comment.