I have two bulid configurations:
- Build.
- Deploy.
In Build configuration pointed artifacts ( http://prntscr.com/enws67 ). In Deploy configuration, the dist folder is taken and moved to the server using rsync (the bash script is already written: http://prntscr.com/enwtzr ).
(Before that, I created one Build Configuration in which a step for deployment was registered and running the script on the command line: C:\cygwin64\bin\bash.exe /cygdrive /c /cygwin64 /Home /Team /Startsync.bash )
The idea is that the rules are set on a configuration that generates artifacts ( Build ) and a configuration that consumes them ( Deploy ). Thus, one configuration can transfer other configuration files.
How to create an artifact dependency in a Deploy configuration? And write a rule for artifacts? Thanks you !
