Compare commits

...

2 Commits

Author SHA1 Message Date
ccc0ee4d61 Update.
Some checks failed
DevPlace CI / test (push) Failing after 5m19s
2026-05-23 08:45:53 +02:00
0e61d42cf9 iUpdate 2026-05-23 08:45:53 +02:00
2 changed files with 9 additions and 0 deletions

View File

@ -31,3 +31,7 @@ jobs:
with:
name: failure-screenshots
path: /tmp/devplace_test_screenshots/
- name: Deploy to production
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
run: make deploy

View File

@ -73,3 +73,8 @@ docker-logs:
docker-clean:
docker compose down -v
deploy:
git checkout production
git merge master
git push origin production