Skip to content

Instantly share code, notes, and snippets.

@keokilee
Created March 12, 2011 01:42
Show Gist options
  • Save keokilee/866931 to your computer and use it in GitHub Desktop.
Save keokilee/866931 to your computer and use it in GitHub Desktop.
Copy to the staging folder
source .env/bin/activate;
echo "Copying to staging."
# Create new folder
mkdir ~/staging/$BUILD_TAG
# Copy files over.
cp -R . ~/staging/$BUILD_TAG/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment