Skip to content

Commit 6eb3cf1

Browse files
committed
Check who's at fault.
1 parent 9de8460 commit 6eb3cf1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/deploy_gcp.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,3 @@ jobs:
3131
zone: 'us-central1-f'
3232
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
3333
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

Comments
 (0)