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 56109c0 commit 873ac21Copy full SHA for 873ac21
.github/workflows/deploy.yml
@@ -30,5 +30,5 @@ jobs:
30
script: |
31
cd ~/pradan_forms_processing_system_backend
32
npm install --production
33
- pm2 restart myapp || pm2 start index.js --name "Pradan-app-backend"
+ pm2 restart Pradan-app-backend || pm2 start index.js --name "Pradan-app-backend"
34
pm2 save
0 commit comments