-
Notifications
You must be signed in to change notification settings - Fork 491
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
Problem deploying since commit d547ea10 #439
Comments
@devvmh could you please give us your deploy script? |
ok sure. Full disclosure: I have more tasks at the bottom of the file, but I've excluded them because they contain some details about my server setup, plus brevity.
|
seem like you are missing your
you need to either run |
No, that's not the case. The same file works if I revert the commit I mentioned My best guess is that the commands are being run on my localhost instead of over ssh. |
hm.. weird. if you try to run deploy with When i try your deploy script i get normally Can you please check your simulate script |
Awesome, so either I messed it up before, or this issue is mostly fixed in 1.0.0. I just tested with the latest mina release, and it works! I do still get an error message, I'm assuming because
Any thoughts on whether |
Just remove the dependency of your deploy task on :environment It is invoked here if on remote: |
OK sounds good. This might be a good candidate for adding to https://github.com/mina-deploy/mina/blob/master/docs/migrating.md Thanks and congratulations on the release! |
Good idea! Thx On Wed, Sep 28, 2016, 07:53 Devin Howard [email protected] wrote:
|
I can't deploy since d547ea1
The error is
The working branch I'm using is master...devvmh-forks:revert-d547ea10 (I had to resolve two conflicts during revert so it's not an exact revert)
It's possible I need to update my deploy.rb? My deploy task still starts with
task deploy: :environment do
, is that a problem?The text was updated successfully, but these errors were encountered: