We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is just a suggestion, just to have a clue of whats expected:
# OS staff: Setting Deploy key. if is_project_from_git && [[ ! -z $DEPLOY_KEY ]]; then juju-log "Write the deploy ssh key." echo "$DEPLOY_KEY" > /home/ubuntu/.ssh/deploy_key chown ubuntu:ubuntu /home/ubuntu/.ssh/deploy_key chmod 400 /home/ubuntu/.ssh/deploy_key if [[ ! -f /usr/bin/git-wrapped ]]; then wget https://raw2.github.com/sebas5384/utils/master/bin/git.sh mv git.sh /usr/bin/git-wrapped chmod +x /usr/bin/git-wrapped fi elif [[ -f /home/ubuntu/.ssh/deploy_key ]]; then juju-log "Removing ssh deploy key." rm /home/ubuntu/.ssh/deploy_key fi
The text was updated successfully, but these errors were encountered:
Drupal installation from drush and mysql relation with compass #11 #9 #8
eb9f6b7
No branches or pull requests
This is just a suggestion, just to have a clue of whats expected:
The text was updated successfully, but these errors were encountered: