Skip to content

Commit 25b96b0

Browse files
git commit 'updated documentation'
1 parent 01dc41f commit 25b96b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/autodeploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
ssh -i private_key -o StrictHostKeyChecking=no ${{ secrets.GCP_USERNAME }}@${{ secrets.GCP_VM_IP }} << 'EOF'
114114
cd /home/masahisasekita/term-group-project-c01w25-project-course-matrix || { echo "Error: Directory /root/myapp does not exist!"; exit 1; }
115115
116+
# Clears deployment environment
116117
sudo docker rmi -f $(sudo docker images -q)
117118
sudo docker system prune -a --volumes -f
118119

0 commit comments

Comments
 (0)