Minor deploy script fix

This commit is contained in:
SJost 2018-07-03 17:58:17 +02:00
parent 828ad4f86f
commit bc45d6d9b7
2 changed files with 2 additions and 44 deletions

View File

@ -1,43 +0,0 @@
root: ..
stanzas:
- type: webapp
# Name of your executable. You are unlikely to need to change this.
# Note that all file paths are relative to the keter.yml file.
#
# The path given is for Stack projects. If you're still using cabal, change
# to
# exec: ../dist/build/uniworx/uniworx
exec: ../dist/bin/uniworx
# Command line options passed to your application.
args: []
hosts:
- uni2work.ifi.lmu.de
ssl: true
forward-env:
- LDAPURI
- LDAPDN
- LDAPPW
- LDAPBN
- DETAILED_LOGGING
- LOG_ALL
# Use the following to automatically copy your bundle upon creation via `yesod
# keter`. Uses `scp` internally, so you can set it to a remote destination
# copy-to: user@host:/opt/keter/incoming/
copy-to: root@uni2work.ifi.lmu.de:/opt/keter/incoming/
copy-to-args: []
# If you would like to have Keter automatically create a PostgreSQL database
# and set appropriate environment variables for it to be discovered, uncomment
# the following line.
plugins:
postgres:
- server: uniworxdb
port: 5432

1
config/keter.yml Symbolic link
View File

@ -0,0 +1 @@
keter_uni2work.yml

View File

@ -1,4 +1,4 @@
#!/usr/bin/env/sh
#!/usr/bin/env sh
configFile=""