Created
March 22, 2019 20:53
-
-
Save bdunnette/eb948628b4382211e995159f950dc495 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sed -i "/^AWS_ACCESS_KEY_ID*/d" ${PWD##*/}/settings.py | |
sed -i "/^AWS_SECRET_ACCESS_KEY/d" ${PWD##*/}/settings.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment