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

deploy:link_shared_paths is broken #27

Closed
jacobat opened this issue Jul 5, 2012 · 1 comment
Closed

deploy:link_shared_paths is broken #27

jacobat opened this issue Jul 5, 2012 · 1 comment

Comments

@jacobat
Copy link

jacobat commented Jul 5, 2012

-----> Creating a temporary build path
$ touch "deploy.lock"
$ mkdir -p "./tmp/build-134148678619043"
$ cd "./tmp/build-134148678619043"
-----> Cloning the Git repository
$ git clone "[email protected]:..." . -n --recursive
Cloning into '.'...
...
remote: Total 55232 (delta 39408), reused 55070 (delta 39262)
Receiving objects: 100% (55232/55232), 57.94 MiB | 1.65 MiB/s, done.
Resolving deltas: 100% (39408/39408), done.
-----> Using revision origin/master
$ git checkout "origin/master" -b current_release 1>/dev/null
Switched to a new branch 'current_release'
$ rm -rf .git
-----> Symlinking shared paths
$ mkdir -p "./config"
$ ln -s "shared/config/database.yml" "./config/database.yml"

The symlink in the last line does not work. Preferably it should be a full path to the original file.

@jacobat
Copy link
Author

jacobat commented Jul 5, 2012

It was fixed with 78b272e

@jacobat jacobat closed this as completed Jul 5, 2012
rstacruz added a commit to mina-deploy/mina-docs that referenced this issue Aug 7, 2012
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

No branches or pull requests

1 participant