From faf2a7027261393defa1bc3a9bd2568fccc46f28 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 18:09:06 -0400 Subject: [PATCH] fix: use correct domain name --- bin/ci-pre-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci-pre-deploy b/bin/ci-pre-deploy index fbd89b2..08b7600 100644 --- a/bin/ci-pre-deploy +++ b/bin/ci-pre-deploy @@ -4,7 +4,7 @@ if [ "$IS_REVIEW_APP" = "true" ]; then ssh "$SSH_REMOTE" -- repo:purge-cache "$APP_NAME" echo "-----> Setting the test domain name" - ssh "$SSH_REMOTE" -- repo:purge-cache "$APP_NAME" "$APP_NAME.dokku.net" + ssh "$SSH_REMOTE" -- domains:set "$APP_NAME" "$APP_NAME.dokku.net" echo "-----> Setting the buildpack to the current commit" echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_SHA" > .buildpacks