Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ jobs:
# show progress
sudo docker stack services pubpub

# Remove images not used by running containers, keeping the last 72h for rollback
# Clean up stopped containers and old images
sudo docker container prune -f
sudo docker image prune -a --filter "until=72h" -f

# wait until rollout is complete and then clear cache
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ tsconfig.tsbuildinfo

infra/pgdata/
tmp/

planning/
.claude
Loading