Skip to content

Commit

Permalink
Added deployment 12
Browse files Browse the repository at this point in the history
  • Loading branch information
theoafactor committed Dec 6, 2024
1 parent f0fa1ef commit 2e06f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null && sudo apt-get update -y && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y && sudo docker pull theoafactor/booksfinder:1123
sudo docker run -d -p 80:80 theoafactor/booksfinder:1123 '
sudo docker run -d -p 80:80 theoafactor/booksfinder:1123
'

0 comments on commit 2e06f1c

Please sign in to comment.