update mage conf

This commit is contained in:
Simon Vieille 2022-04-19 21:15:45 +02:00
parent 8aea7dd8f4
commit e148ffdf8f
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,9 @@ magephp:
- "/public/media"
hosts:
- chat.tinternet.deblan.org
post-deploy:
- exec: { cmd: 'make clean', desc: 'cache' }
- exec: { cmd: 'test -f .build && make build || true', desc: 'build' }
oldprod:
user: webtinternetsuiviinter
from: ./

View file

@ -28,4 +28,3 @@ build: clean js-routing asset
deploy-prod:
mage deploy prod
ssh suivi_intervention_prod@chat.tinternet.deblan.org "cd app && make build"