Skip to content

Commit

Permalink
3455
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaDanylevska committed Feb 24, 2024
1 parent 41cc6d5 commit 885190f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo install docker -y
sudo systemctl start docker
sudo systemctl enable docker
docker system prune -a -f
docker pull olhadanylevska/video-server:${{ steps.create_tag.outputs.tag }}
Expand Down

0 comments on commit 885190f

Please sign in to comment.