Skip to content

Commit

Permalink
Update English-Burning-Backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tolerious authored Jun 18, 2024
1 parent d11d17d commit 04ed3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/English-Burning-Backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
# server ip
IP: ${{ secrets.SERVER_IP_ADDRESS }}
# shell to execute on server
# SHELL: "source /etc/profile && cd /var/www/html/English-Burning-Backend/ && git pull && pm2 delete all && cp ../ecosystem.config.js . && pnpm i && pm2 start --env=production"
SHELL: "source /etc/profile && cd /var/www/html/English-Burning-Backend/ && ls -alh"
SHELL: "source /etc/profile && cd /var/www/html/English-Burning-Backend/ && git pull && pm2 delete all && cp ../ecosystem.config.js . && pnpm i && pm2 start --env=production"
# SHELL: "source /etc/profile && cd /var/www/html/English-Burning-Backend/ && ls -alh"

0 comments on commit 04ed3b9

Please sign in to comment.