Full content synchronization when deployment provider is set to Environment
Hi
We are using a named environment for deployment - provider: Environment
.
The - provider: WebDeploy
has the option remove_files: true
.
Is there a setting to accomplished this when the provider is set to - provider: Environment
? (How can we achieve full content synchronization?)
Thanks,
Joel
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 24 Oct, 2017 09:39 PM
If you use Environment deployment, all provider-specific settings should be configured inside Environment UI. For WebDeploy this means
Remove additional files at destination
UI setting.YAML configuration for provider setting works only if you use inline (not Environment) deployment. For Environment deployment you have at minimum only specify environment
name
in YAML. Also you can specify deployment conditions and pass environment variables, but again provider-specific settings should be inside specific Environment UI.2 Posted by joel.mccune on 24 Oct, 2017 10:05 PM
Thanks Ilya
joel.mccune closed this discussion on 24 Oct, 2017 10:05 PM.