fix deployment flow

This commit is contained in:
PxlLoewe
2025-07-22 10:07:57 -07:00
parent 55f570b648
commit 228feb0512
3 changed files with 9 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Build and start containers
uses: appleboy/ssh-action@v1
with:
host: ${{ vars.STAGING_HOST }}
host: ${{ vars.PRODUCTION_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: 22
@@ -46,4 +46,4 @@ jobs:
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
cd ~/docker/var-monorepo
pnpm staging-start
pnpm prod-start