Skip to content

Instantly share code, notes, and snippets.

@bdunnette
Created March 22, 2019 20:53
Show Gist options
  • Save bdunnette/eb948628b4382211e995159f950dc495 to your computer and use it in GitHub Desktop.
Save bdunnette/eb948628b4382211e995159f950dc495 to your computer and use it in GitHub Desktop.
#!/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