Skip to content

Commit

Permalink
🪶chore: update deploy-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HalloSouf authored Jul 3, 2024
1 parent c338a4d commit 0e6914f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.SERVER_PASSWORD }}
script: |
# Change directory to project directory
cd mcevert/store-service
cd mcdata
# Load environment variables
echo "
Expand All @@ -43,4 +43,4 @@ jobs:
yarn build
# Restart process manager
pm2 restart "store-service"
pm2 restart "mcdata-api"

0 comments on commit 0e6914f

Please sign in to comment.