Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanmasdar committed Nov 16, 2018
1 parent eebe8ad commit b8c238c
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions catalyst/registration.yaml
@@ -1,17 +1,20 @@
git:
remote: https://github.com/HackGT/registration.git
branch: master
deployment:
replicas: 1
env:
EVENT_NAME: "HackGT: Catalyst"
PRODUCTION: true
files:
/etc/registration:
contents:
theme.css:
path: 'resources/catalyst-registration-theme.css'
env: THEME_FILE
questions.json:
path: 'resources/catalyst-registration-questions.json'
env: QUESTIONS_FILE
git:
remote: https://github.com/HackGT/registration.git
branch: master

deployment:
replicas: 1

env:
EVENT_NAME: "HackGT: Catalyst"
PRODUCTION: true

files:
/etc/registration:
contents:
theme.css:
path: 'resources/catalyst-registration-theme.css'
env: THEME_FILE
questions.json:
path: 'resources/catalyst-registration-questions.json'
env: QUESTIONS_FILE

0 comments on commit b8c238c

Please sign in to comment.