Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VNxyz1 authored Nov 14, 2023
1 parent 271694d commit 6a99962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
host: ${{ github.ref == 'refs/heads/main' && secrets.PROD_SSH_HOST || secrets.DEV_SSH_HOST || '' }}
Expand Down

0 comments on commit 6a99962

Please sign in to comment.