Skip to content

Commit 541d04f

Browse files
authored
Merge pull request #23 from cindytsai/deploy
GitHub Action deploy
2 parents 37a6721 + d29c1a2 commit 541d04f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/scripts/deploy_deepgit.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
echo Hello World
2+
ls -l

.github/workflows/deploy_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
user: "user"
3333
zone: 'us-central1-f'
3434
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
35-
command: 'echo Hello world'
35+
script: ${{ github.workspace }}/.github/scripts/deploy_deepgit.sh
3636

3737
- id: 'test'
3838
run: |-

0 commit comments

Comments
 (0)