diff --git a/convox.yml b/convox.yml new file mode 100644 index 0000000..40bd157 --- /dev/null +++ b/convox.yml @@ -0,0 +1,26 @@ +balancers: + web: + 80/http/301: https://:443/* + 443/https: http://web:80 +services: + web: + image: httpd + test: sh -c 'apt-get update && apt-get install figlet && figlet -f lean PRAXIS' +workflows: + change: + create: + - create: staging/httpd-$branch + - build: staging/httpd-$branch + - test + - promote + close: + - delete: staging/httpd-$branch + merge: + demo: + - deploy: demo/httpd-demo + master: + - build: staging/httpd-staging + - test + - promote + - copy: production/httpd-production + - promote