Newer
Older
#!/bin/sh -l
# Based on: https://github.com/dokku/ci-docker-image/pull/28
# TODO: Allow custom SPRING_PROFILES_ACTIVE set from the CI
ssh "$SSH_REMOTE" -- config:set "$APP_NAME" "SPRING_PROFILES_ACTIVE=hsqldb"
echo "Configured the app to run using hsqldb profile"