DEPLOY (for manifest)
The DEPLOY
element specifies a program or script to execute when
deploying applications on the GAS.
This is an optional element of the TRIGGERS
element.
Syntax
[
<DEPLOY>deployProgramScript</DEPLOY>]
- The deployProgramScript deployment program may be a Genero 4GL (.42r or .42m) file or a script file.
Child elements
There are no child elements.
Example DEPLOY defined with Genero 4GL program
<TRIGGERS component = 'cpn.gar.execution.local'>
<DEPLOY>fglrun mydeploy.42r</DEPLOY>
<UNDEPLOY></UNDEPLOY>
</TRIGGERS>
Example DEPLOY defined with script
<TRIGGERS component = 'cpn.gar.execution.local'>
<DEPLOY>mydeploy.sh</DEPLOY>
<UNDEPLOY></UNDEPLOY>
</TRIGGERS>
Parent elements
This element is a child of the TRIGGERS (for manifest) element.