Skip to content
New issue

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

Local path option, command tokens, and delayed symlink change. #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kylederkacz
Copy link

  • Added a config option to specify where the deploy should be sourced from, but it still defaults to the current path.
  • Added command tokens that will be replaced by the appropriate value: $LOCAL_PATH resolves to options.local_path, $DEPLOY_PATH resolves to options.release_path, and $RELEASE_PATH resolves to the complete release path that is generated by the script (eg, /path/to/deploy/path/releases/20131116000000/)
  • Delayed the moving of the symlink until after the deploy is finished to prevent any outages. It may make sense to deploy this even further until after the post commands have been run.

@frankadrian
Copy link

+1 hope this gets in soon 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants