Skip to content

Commit

Permalink
VM
Browse files Browse the repository at this point in the history
  • Loading branch information
hangtantai committed Nov 27, 2024
1 parent 1631208 commit 13e6264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
key: ${{ secrets.VM_SSH_KEY }}
script: |
sudo mkdir -p ${{ secrets.VM_USERNAME }}/test
scp my-backend.tar:${{ secrets.VM_USERNAME }}/test/my-backend.tar
scp my-backend.tar ${{ secrets.VM_USERNAME }}/test/my-backend.tar
1 change: 1 addition & 0 deletions hello-world.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
print("HH")
print("HH")
print("HH")
print("HH")
print("HH")

0 comments on commit 13e6264

Please sign in to comment.