Skip to content

Commit

Permalink
Merge pull request #264 from vplan-fr/main
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Belissimo-T authored Jan 3, 2024
2 parents 5bc0208 + 9655864 commit a03d88d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
script: |
cd programming/VPlan_FR/
kill -INT (lsof -t nohup.out)
kill -INT (lsof -t nohup.out) || true
git checkout production
git pull
Expand All @@ -33,8 +33,8 @@ jobs:
sudo service apache2 restart
rm nohup.out
rm nohup.out || true
nohup node build > nohup.out 2> nohup.err < /dev/null &
disown (lsof -t nohup.out)
disown (lsof -t nohup.out) || true

0 comments on commit a03d88d

Please sign in to comment.