From 6a99962a4f533b16b4cf919c109660c2f82ad57f Mon Sep 17 00:00:00 2001 From: Vincent Neeb <131970836+VNxyz1@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:42:09 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7dcffee..db9a59f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -89,7 +89,7 @@ jobs: - name: ssh-scp-ssh-pipelines env: - APP_NAME: ${{ github.ref == 'refs/heads/main' && 'GraphQL' || 'GraphQL Dev' }} + APP_NAME: ${{ github.ref == 'refs/heads/main' && '"GraphQL"' || '"GraphQL Dev"' }} uses: cross-the-world/ssh-scp-ssh-pipelines@v1.1.4 with: host: ${{ github.ref == 'refs/heads/main' && secrets.PROD_SSH_HOST || secrets.DEV_SSH_HOST || '' }}