mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-25 02:23:05 +00:00
fix: use correct domain name
This commit is contained in:
parent
f981b138ed
commit
faf2a70272
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user