Skip to content

Commit

Permalink
Update deploy-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaDanylevska committed Feb 24, 2024
1 parent 885190f commit 5996d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
sudo apt-get update
sudo install docker -y
sudo apt-get install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
docker system prune -a -f
Expand Down

0 comments on commit 5996d8e

Please sign in to comment.