Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions convox.yml
Original file line number Diff line number Diff line change
@@ -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