diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1fc5d8c..dccdb8e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,4 +30,4 @@ jobs: host: ${{ secrets.VM_HOST }} username: ${{ secrets.VM_USERNAME }} key: ${{ secrets.VM_SSH_KEY }} - script: sudo mkdir -p /azureuser/test \ No newline at end of file + script: sudo mkdir -p home/${{ secrets.VM_USERNAME }}/test \ No newline at end of file diff --git a/hello-world.py b/hello-world.py index f900d8f..f180cd3 100644 --- a/hello-world.py +++ b/hello-world.py @@ -10,4 +10,5 @@ print("HH") print("HH") print("HH") +print("HH") print("HH") \ No newline at end of file