Created
July 1, 2015 16:39
-
-
Save hoanghiep90/79c39040227c61aaf3b7 to your computer and use it in GitHub Desktop.
Removes the deploy lock file.
This file contains hidden or 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
$ mina deploy | |
-----> ERROR: another deployment is ongoing. | |
Delete the lock file to continue. | |
$ mina deploy:force_unlock | |
-----> Unlocking | |
$ rm /var/www/kickstack.me/deploy.lock | |
$ mina deploy | |
# ...The deploy should proceed now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment