Skip to content

Commit 1f12cfd

Browse files
authored
chore(deployment): made npm install after deploying.
1 parent 3f65aa6 commit 1f12cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
cd /home/nodejs/emoteracer.xyz
1919
sudo git stash
2020
sudo git pull
21+
npm i
2122
sudo -u nodejs pm2 restart emoteracers
2223
echo 'Deployment Complete'

0 commit comments

Comments
 (0)