Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtmeeseeks committed May 19, 2024
1 parent 9697e2b commit 8eb609d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
sudo git checkout main;
sudo git pull origin main;
sudo docker build -t autlabs/aut-os:main . --build-arg ENV_FILE=.env
# sudo docker push autlabs/aut-os:main
echo "Stopping and removing specific service: aut_os_main"
sudo docker-compose stop aut_os_main
sudo docker-compose rm -f aut_os_main
echo "Removing dangling images"
sudo docker rmi $(sudo docker images -f "dangling=true" -q) || true
sudo docker build -t autlabs/aut-os:main . --build-arg ENV_FILE=.env
# sudo docker push autlabs/aut-os:main
echo "Pulling the new image"
# sudo docker-compose pull aut_os_main
docker-compose up -d --build aut_os_main
Expand Down

0 comments on commit 8eb609d

Please sign in to comment.