actually fix the typo this time

This commit is contained in:
msukkari 2025-02-21 17:50:58 -08:00
parent 22666d8536
commit f878e92344

View file

@ -21,10 +21,10 @@ jobs:
- name: Deploy to GCP
run: |
ssh -i ~/.ssh/private.key {{ secrets.GCP_STAGING_USERNAME }}@${{ secrets.GCP_STAGING_HOST }} << 'EOF'
ssh -i ~/.ssh/private.key ${{ secrets.GCP_STAGING_USERNAME }}@${{ secrets.GCP_STAGING_HOST }} << 'EOF'
# Stop existing container (if running)
staging_stop || true
# Start new container
staging_start
EOF
EOF