Delete bin directory

This commit is contained in:
Christopher Charbonneau Wells 2024-04-01 14:36:53 -07:00 committed by GitHub
parent f7d2b46410
commit aa1e2c68de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -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