Skip to content

Instantly share code, notes, and snippets.

@hoanghiep90
Created July 1, 2015 16:39
Show Gist options
  • Save hoanghiep90/79c39040227c61aaf3b7 to your computer and use it in GitHub Desktop.
Save hoanghiep90/79c39040227c61aaf3b7 to your computer and use it in GitHub Desktop.
Removes the deploy lock file.
$ 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