Deploy Flags Documentation #85
Unanswered
jimmyddalton
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Did you ever get anywhere with this? I'm trying to build a basic dev-staging-production workflow, but using this action, none of the files that I delete in my local environment get removed from the WPE server. For example, if I add a file in my local environment and push that to GitHub, it deploys that file to the WPE server. All good. But, if I then delete that file in my local environment, and push the change to GitHub, while it's removed from the GitHub repo, after the deploy action completes, the file is still on the WPE server? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I'm reading through the documentation for the github action I'm looking to take advantage of the Flags but documentation seems a little thin. Is there a list of what flags are available and what they do? For example, what does --inplace do? I've also seen use of --backup.
My main challenge at the moment is when I delete files from my repo on my local development environment they are not being deleted when I push to production. I end up having to SSH into my prod environment and manually delete files. While this is the main issue I'm trying to solve, if there are other flags that I could benefit from I'd love to see the docs.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions