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 b2c9f83 commit 73b830b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
sudo apt-get install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo usermod -aG docker ${{ secrets.VM_USERNAME }}
newgrp docker
fi
docker load -i /home/${{ secrets.VM_USERNAME }}/my-backend.tar &&
rm /home/${{ secrets.VM_USERNAME }}/my-backend.tar &&
Expand Down
1 change: 1 addition & 0 deletions hello-world.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
print("HH")
print("HH")
print("HH")
print("HH")
print("HH")

0 comments on commit 73b830b

Please sign in to comment.