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 cdc49bf commit 672fe52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@ jobs:
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
script: |
set -e
export NVM_DIR="$HOME/.nvm" # Export NVM
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
# Change directory to project directory
cd mcdata-api

0 comments on commit 672fe52

Please sign in to comment.