From f878e92344053c6af1fd70b2b3c9c1cbb10a1c74 Mon Sep 17 00:00:00 2001 From: msukkari Date: Fri, 21 Feb 2025 17:50:58 -0800 Subject: [PATCH] actually fix the typo this time --- .github/workflows/gcp-deploy-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gcp-deploy-staging.yml b/.github/workflows/gcp-deploy-staging.yml index a2a9e475..4fecca07 100644 --- a/.github/workflows/gcp-deploy-staging.yml +++ b/.github/workflows/gcp-deploy-staging.yml @@ -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 \ No newline at end of file + EOF \ No newline at end of file