Created
August 2, 2012 07:04
-
-
Save jayd3e/3234664 to your computer and use it in GitHub Desktop.
Upload file with fabric
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
| filename = '/etc/nginx/sites-enabled/clusterflunk' | |
| if not exists(filename): | |
| put('clusterstack/templates/clusterflunk', filename, use_sudo=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment