Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/scripts/deploy_deepgit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
echo Hello World
ls -l
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
user: "user"
zone: 'us-central1-f'
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
command: 'echo Hello world'
script: ${{ github.workspace }}/.github/scripts/deploy_deepgit.sh

- id: 'test'
run: |-
Expand Down
Loading