Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsontr authored Nov 3, 2023
1 parent b7bf218 commit 47920f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
script: |
touch test.txt
echo "TEST_v1" >> test.txt
cd neiist-website; git pull;
cd server; npm ci; cd ..;
cd client; npm run build; exit;
sudo systemctl restart neiist_server.service;

0 comments on commit 47920f2

Please sign in to comment.