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 f33603f commit 72f6839
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 @@ -30,4 +30,4 @@ jobs:
host: ${{ secrets.VM_HOST }}
username: ${{ secrets.VM_USERNAME }}
key: ${{ secrets.VM_SSH_KEY }}
script: sudo mkdir -p /azureuser/test
script: sudo mkdir -p home/${{ secrets.VM_USERNAME }}/test
1 change: 1 addition & 0 deletions hello-world.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
print("HH")
print("HH")
print("HH")
print("HH")
print("HH")

0 comments on commit 72f6839

Please sign in to comment.