Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
dokku-ci-pre-deploy.sh 264 B
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"