Running script on environment after deploy
Hi,
Is there a way to add a runCommand to a yaml file instead of adding it in the appveyor environment?
I'm looking for a way to run a command after deploy on each specific environment instead common for the build process.
I have tried adding a powershell script in the after_deploy section, and it runs successfully, but it doesn't run on the specific environment but as part of the build process. I can call the command by adding it to the environment After deployment command but I'm trying to avoid putting configuration in the environment settings and instead using more maintable yaml files.
/Björn
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
Support Staff 1 Posted by Owen McDonnell on 13 Mar, 2019 05:50 PM
I am assuming you are using deployment agent?
Apart from running
.ps1
scripts before/after deployment as detailed here there is no way to run environment specific commands from yaml configuration.Sorry if i've misunderstood your question.
Ilya Finkelshteyn closed this discussion on 13 May, 2019 09:01 PM.