mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-27 01:32:26 +00:00
fix: use a dokku.net subdomain to avoid hsts issues
This commit is contained in:
parent
7794c2c36f
commit
f981b138ed
@ -3,6 +3,9 @@ if [ "$IS_REVIEW_APP" = "true" ]; then
|
||||
echo "-----> Purging repo cache"
|
||||
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"
|
||||
|
||||
echo "-----> Setting the buildpack to the current commit"
|
||||
echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_SHA" > .buildpacks
|
||||
git add .buildpacks
|
||||
|
Loading…
Reference in New Issue
Block a user