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 06dd681 commit 264d4a4Copy full SHA for 264d4a4
.github/workflows/frontend-deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
ssh -i /tmp/deploy_key.pem -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }} << EOF
28
echo "Connected to the server"
29
- cd /refactor-web14-betting-duck
+ cd /root/refactor-web14-betting-duck
30
git pull origin dev
31
docker exec betting_duck_app sh -c "cd /app/frontend && pnpm install && pnpm build"
32
EOF
0 commit comments