diff --git a/config/keter.yml b/config/keter.yml deleted file mode 100644 index e9ed09568..000000000 --- a/config/keter.yml +++ /dev/null @@ -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 diff --git a/config/keter.yml b/config/keter.yml new file mode 120000 index 000000000..2df90a924 --- /dev/null +++ b/config/keter.yml @@ -0,0 +1 @@ +keter_uni2work.yml \ No newline at end of file diff --git a/deploy.sh b/deploy.sh index ebe1cbe53..604154c77 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env/sh +#!/usr/bin/env sh configFile=""