Skip to content

Commit

Permalink
Merge pull request #263 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 dce6328 + 5d7c47e commit 5bc0208
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd programming/VPlan_FR/
name: Remote SSH
on:
push:
branches:
- master

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.IP }}
username: ${{ secrets.USER }}
key: ${{ secrets.PRIVATE_KEY }}
port: ${{ secrets.PORT }}
script: |
cd programming/games-VPlan_FR/
kill -INT (lsof -t nohup.out)
Expand All @@ -58,3 +37,4 @@ jobs:
nohup node build > nohup.out 2> nohup.err < /dev/null &
disown (lsof -t nohup.out)

0 comments on commit 5bc0208

Please sign in to comment.