mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
15 lines
386 B
YAML
15 lines
386 B
YAML
exec: ../dist/build/stackage-server/stackage-server
|
|
args:
|
|
- production
|
|
host: www.stackage.org
|
|
|
|
redirects:
|
|
- from: stackage.org
|
|
to: www.stackage.org
|
|
|
|
postgres: true
|
|
|
|
# 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: ubuntu@www.stackage.org:/opt/keter/incoming
|