-
Notifications
You must be signed in to change notification settings - Fork 4
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
Help with setting up Stag #9
Comments
Hmmm... That looks good. I even copied in your config, and it tried to deploy. Make sure there's not another If you want to copy in your full config here, I'm happy to take a look. |
I'll have to take a raincheck. For the moment, I've cobbled together something in Grunt that works adequately. For the record how does Stag handle merge conflicts when deploying with git? I.e., if what happens if I've edited the same file on the live server and on my development machine? |
Also, thanks for looking into this... I forget my manners sometimes :) |
Yeah no problemo. I'll close this issue and just re-open if need be. Stag doesn't handle merge conflicts. If a merge conflict happens that git can't resolve itself, you'll need to manually SSH in and fix whatever needs fixing. This has really only been an issue for us with content. Usually, once a site goes live, we don't edit any content in any other environment except production, and this keeps the conflicts to a minimum. |
Cool. I'm planning to be editing content both locally and on the production server and, if I'm feeling exceptionally self-flagellating, on the staging server, as well. Sigh. So it's possible that Stag wouldn't have been a good fit; though maybe the issue is with my workflow :) |
I'm sure I'm doing something silly, but I can't get Stag to work.
Here's my the server part of
stag.yaml
:And here's the error I get when trying to deploy:
Ideas?
The text was updated successfully, but these errors were encountered: