We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 404802f + 48cc904 commit 37a6721Copy full SHA for 37a6721
1 file changed
.github/workflows/deploy_gcp.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches:
5
- 'deploy'
6
+ pull_request:
7
+ branches:
8
+ - 'deploy'
9
workflow_dispatch: # TODO: should be removed when the workflow is stable
10
11
jobs:
@@ -25,6 +28,8 @@ jobs:
25
28
uses: 'google-github-actions/ssh-compute@v1'
26
29
with:
27
30
instance_name: 'instance-1'
31
+ project_id: 'deepgit'
32
+ user: "user"
33
zone: 'us-central1-f'
34
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
35
command: 'echo Hello world'
0 commit comments