We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de8460 commit 6eb3cf1Copy full SHA for 6eb3cf1
.github/workflows/deploy_gcp.yml
@@ -31,14 +31,3 @@ jobs:
31
zone: 'us-central1-f'
32
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
33
script: ${{ github.workspace }}/.github/scripts/deploy_deepgit.sh
34
-
35
- - name: 'Check deployment'
36
- id: 'check-deployment-status'
37
- uses: 'google-github-actions/ssh-compute@v1'
38
- with:
39
- instance_name: 'instance-1'
40
- project_id: 'deepgit'
41
- user: "user"
42
- zone: 'us-central1-f'
43
- ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
44
- command: 'sudo ls /var/www/deepgit-app/${{ github.sha }}'
0 commit comments