This commit is contained in:
retoor 2026-05-23 08:31:16 +02:00
parent a096d6b108
commit 3e17444a2d

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