Skip to content

Commit

Permalink
Merge pull request #70 from fiit-tp7-2023/AB#203-autodeploy-frontend
Browse files Browse the repository at this point in the history
AB#203 Update github workflow to clean unused data before building
  • Loading branch information
kikz0rsk authored Dec 9, 2023
2 parents 50d5bff + 42a88b1 commit 36a097e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
git checkout main
git pull
docker compose down --rmi all
docker system prune -a -f
docker compose build --no-cache
docker compose up -d

0 comments on commit 36a097e

Please sign in to comment.