Skip to content

Commit

Permalink
Merge pull request #67 from cheehongw/deployment
Browse files Browse the repository at this point in the history
test deployment
  • Loading branch information
cheehongw authored Nov 13, 2023
2 parents 7efb7e5 + fb4a37b commit 7312c0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ jobs:
instance_name: 'peerprep-prod'
zone: 'asia-southeast1-b'
ssh_private_key: '${{ secrets.SSH_KEY }}'
command: 'pwd'
command: 'pwd | ~/test.txt'

- id: 'test'
run: |-
echo '${{ steps.compute-ssh.outputs.stdout }}'
echo '${{ steps.compute-ssh.outputs.stderr }}'

0 comments on commit 7312c0a

Please sign in to comment.