mybuddy/bin/ci-pre-deploy

6 lines
183 B
Plaintext
Raw Normal View History

2022-10-30 02:19:04 +00:00
#!/bin/sh -l
if [ "$IS_REVIEW_APP" = "true" ]; then
ssh "$SSH_REMOTE" -- config:set "$APP_NAME" "DOMAIN=$APP_NAME.dokku.baby-buddy.net"
echo "configured the review app domain"
fi