Skip to content

Commit

Permalink
Update prod deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
moiskillnadne committed Oct 14, 2024
1 parent 34a4789 commit 59902ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
script: |
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
cd /root/apps/challengelogger/server
cd /root/apps/challengelogger-prod/server
nvm install
corepack enable
yarn install --frozen-lockfile
Expand Down

0 comments on commit 59902ec

Please sign in to comment.