The action purpose is described in this diagram:
Action has the following configuration (right now embedded in the environment section):
API_URL
: the URL for Connect API endpointSERVICE_PK
: the Service ID to deploy the extension code toENVIRONMENT_ID
: the environment ID to update
Action does the following:
- Gets the state of the environment from Connect
- Stops it if it is running
- Updates the tag on the environment
- Starts it if it were running on step #1.