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
-----> 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.
The text was updated successfully, but these errors were encountered:
It was fixed with 78b272e
Sorry, something went wrong.
Add Mina v0.2.0 upgrade notes.
2f10b85
See mina-deploy/mina#5, mina-deploy/mina#39, mina-deploy/mina#27, among others.
No branches or pull requests
The symlink in the last line does not work. Preferably it should be a full path to the original file.
The text was updated successfully, but these errors were encountered: