Compare commits

...
2 Commits
Author SHA1 Message Date
retoor 49853e079b Update. 2026-05-23 08:31:16 +02:00
retoor 2afb2038e5 iUpdate 2026-05-23 08:27:04 +02:00
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -31,3 +31,7 @@ jobs:
with: with:
name: failure-screenshots name: failure-screenshots
path: /tmp/devplace_test_screenshots/ path: /tmp/devplace_test_screenshots/
- name: Deploy to production
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
run: make deploy
+5
View File
@@ -73,3 +73,8 @@ docker-logs:
docker-clean: docker-clean:
docker compose down -v docker compose down -v
deploy:
git checkout production
git merge master
git push origin production