Skip to content

Instantly share code, notes, and snippets.

@rmccullagh
Created June 1, 2019 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmccullagh/68cdf13bf5928b1b52662ba61228ea0c to your computer and use it in GitHub Desktop.
Save rmccullagh/68cdf13bf5928b1b52662ba61228ea0c to your computer and use it in GitHub Desktop.
#!/bin/bash
# This hook is executed after pull
env;
echo "1" > "${APPLICATION_ROOT}/IS_PROD";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment