Skip to content

Commit

Permalink
ci: adds VM deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Jan 24, 2024
1 parent aa7fb79 commit a77641a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,5 @@ jobs:
password: "Password123!"
port: "22"
script: |
if [ "$(docker ps -aq)" != "" ]; then
docker rm -f $(docker ps -aq)
fi
if [ "$(docker images -q)" != "" ]; then
docker rmi -f $(docker images -q)
fi
if [ "$(docker volume ls -q)" != "" ]; then
docker volume rm -f $(docker volume ls -q)
fi
cd visuleo_port
docker system prune -af
docker compose up -d --build

0 comments on commit a77641a

Please sign in to comment.