Skip to content

Commit

Permalink
VM
Browse files Browse the repository at this point in the history
  • Loading branch information
hangtantai committed Nov 26, 2024
1 parent 0ae32fb commit 94c8f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Add SSH key
run: |
echo "${{ secrets.VM_SSH_KEY }}" > /tmp/vm_ssh_key
echo ${{ secrets.VM_SSH_KEY }} > /tmp/vm_ssh_key
echo > /tmp/vm_ssh_key
chmod 600 /tmp/vm_ssh_key
- name: Copy Docker image to VM
Expand Down
1 change: 1 addition & 0 deletions hello-world.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
print("")
print("HH")
print("HH")
print("HH")
print("HH")

0 comments on commit 94c8f9b

Please sign in to comment.