Skip to content

Commit

Permalink
Update latest-staging.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephennwachukwu authored Aug 27, 2024
1 parent 8fa2f1a commit 140625e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
git checkout staging && \
git pull && \
sudo cp .github/scripts/java_staging_app.service /etc/systemd/system && \
sudo systemctl daemon-reload && \
mvn flyway:repair && \
mvn clean install -Dmaven.test.skip=true && \
sudo systemctl start java_staging_app.service && \
sudo systemctl daemon-reload && \
sudo systemctl restart java_staging_app.service && \
exit"
env:
SSH_HOST: ${{ secrets.HOST }}
Expand Down

0 comments on commit 140625e

Please sign in to comment.