We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf37400 commit efce04fCopy full SHA for efce04f
.github/workflows/deploy.yml
@@ -19,6 +19,7 @@ jobs:
19
port: ${{ secrets.PORT }}
20
script: |
21
cd ~/app/fansubid
22
+ git restore .
23
git pull
24
npm install
25
sudo pm2 restart fansubid
0 commit comments