-
Notifications
You must be signed in to change notification settings - Fork 66
git push production master #102
Comments
Something like this already exists in DebOps - check out debops.gitusers role. With it, you can configure an user account with |
If you use bedrock / sage-9 look at this https://github.com/schrapel/debops-wordpress-deployer |
I started working on a WordPress project template based on @schrapel's work. Right now, I'm trying to smooth out the process of setting this up to a few config options. On the DebOps side, the user stuff is pretty much done. I'm still thinking about how I can generate a Once I have a basic WordPress installation working, I'll work on getting bedrock working. This is going to need some extra roles to happen. I'd rather get this simpler use case working first. |
Alright, this is feature complete now. I still need to write the documentation for this and the template project. In terms of config, you just need these two options: wordpress__root: '{{ wordpress__nginx__www }}/{{ wordpress__domain }}/current'
wordpress__user_allow_remote: True
You can just run DebOps as usual. Once that's done, the WordPress project template now has a So you just need to run these two commands and you're good to go: $ dep setup
$ dep deploy So that's it! I think that's easy enough. What do you think? |
has it ever been in any of your plans?
I think it would be really amazing if we could use git to push code changes to server. if there'd be a bucket list, this would me my drop. :)
The text was updated successfully, but these errors were encountered: