Compare commits

..

No commits in common. "ccc0ee4d61025ce33c1bc2dbd480ad40432026b8" and "c01dff4c0056d5be400c3ef64871f823ddd2a543" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -31,7 +31,3 @@ 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,8 +73,3 @@ docker-logs:
docker-clean:
docker compose down -v
deploy:
git checkout production
git merge master
git push origin production