We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb24f5f commit e83ec65Copy full SHA for e83ec65
1 file changed
.github/workflows/deploy_gcp.yml
@@ -25,6 +25,8 @@ jobs:
25
uses: 'google-github-actions/ssh-compute@v1'
26
with:
27
instance_name: 'instance-1'
28
+ project_id: 'deepgit'
29
+ user: "user"
30
zone: 'us-central1-f'
31
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
32
command: 'echo Hello world'
0 commit comments