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.
2 parents 37a6721 + d29c1a2 commit 541d04fCopy full SHA for 541d04f
.github/scripts/deploy_deepgit.sh
@@ -0,0 +1,2 @@
1
+echo Hello World
2
+ls -l
.github/workflows/deploy_gcp.yml
@@ -32,7 +32,7 @@ jobs:
32
user: "user"
33
zone: 'us-central1-f'
34
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
35
- command: 'echo Hello world'
+ script: ${{ github.workspace }}/.github/scripts/deploy_deepgit.sh
36
37
- id: 'test'
38
run: |-
0 commit comments