Created
July 20, 2014 15:17
-
-
Save bryanmtl/e816cf2600e7b91d3c11 to your computer and use it in GitHub Desktop.
Ruby Inline - Permission Problems
This file contains 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
staging: | |
before_rails: | |
- source: /.cloud66/files/ruby_inline.sh | |
destination: /tmp/ruby_inline.sh | |
target: rails | |
halt_on_error: false | |
execute: true | |
run_on: all_servers | |
apply_during: all | |
sudo: true | |
#!/bin/bash | |
#load environment variables | |
source /var/.cloud66_env | |
#assign desired permissions | |
sudo chmod 775 -R /home/ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment