Skip to content

Commit

Permalink
Update latest-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephennwachukwu authored Aug 20, 2024
1 parent 5fe0d1a commit ce5e809
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 ce5e809

Please sign in to comment.