Post deployment actions #3109
-
|
I have my system setup with local version and deploy whenever I make changes. This all works well with git. I have custom actions defined for compiling the programs(using server side custom command) and are not using source orbit and Project explorer. We also have another module and want to migrate it to the same setup. This is how it works.
Now once we migrate to local development, and a change is made - deployment works well and I can even run the translation process. The issue is, we would need the translated file synced back to the local system. I understand that not a lot of people need this kind of functionality and is limited to our setup. I have tried to use a script to connect to the system, download the file through ftp/scp/ssh but cold not get it working reliably. Any suggestion is welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.

I think the
postDownloadaction parameter is what you're looking for:For now it can only be set from the
actions.jsonfile (the action editor doesn't show it yet).It's an array that takes a list of files or folders that must be downloaded back to the workspace after the action has run. Sounds exactly like what you're looking for 😄