mirror of https://github.com/snachodog/mybuddy.git
Delete bin directory
This commit is contained in:
parent
f7d2b46410
commit
aa1e2c68de
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/sh -l
|
|
||||||
|
|
||||||
if [ "$IS_REVIEW_APP" = "true" ]; then
|
|
||||||
DOMAIN="$APP_NAME.dokku.baby-buddy.net"
|
|
||||||
ssh "$SSH_REMOTE" -- config:set "$APP_NAME" "ALLOWED_HOSTS=$DOMAIN CSRF_TRUSTED_ORIGINS=http://$DOMAIN"
|
|
||||||
ssh "$SSH_REMOTE" -- domains:add "$APP_NAME" "$DOMAIN"
|
|
||||||
echo "Review app configured"
|
|
||||||
fi
|
|
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Make non-zero exit codes & other errors fatal:
|
|
||||||
# http://redsymbol.net/articles/unofficial-bash-strict-mode/
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
# Prevent heroku-buildpack-python from using pipenv instead of pip and requirements.txt.
|
|
||||||
# https://github.com/heroku/heroku-buildpack-python/issues/704
|
|
||||||
rm Pipfile
|
|
Loading…
Reference in New Issue