We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d53107 commit 369d98eCopy full SHA for 369d98e
.github/workflows/ci_cd.yml
@@ -22,13 +22,15 @@ on:
22
inputs:
23
ENVIRONMENT:
24
description: 'Environment to use (if any)'
25
- MANAGER_TAG:
26
- description: 'Manager docker tag to pull'
27
CLEAN_INSTALL:
28
description: 'Delete data before starting'
29
type: boolean
30
COMMIT:
31
description: 'Repo branch or commit SHA to checkout'
+ OR_HOSTNAME:
+ description: 'Host to deploy to (e.g. demo.openremote.app)'
32
+ OR_ADMIN_PASSWORD:
33
+ description: 'Admin password override'
34
35
# Un-comment to monitor manager docker image tags for changes and trigger a redeploy when they change (see .ci_cd/README.md)
36
# schedule:
0 commit comments