Skip to content

Commit 369d98e

Browse files
authored
Update ci_cd.yml (#14)
1 parent 4d53107 commit 369d98e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ on:
2222
inputs:
2323
ENVIRONMENT:
2424
description: 'Environment to use (if any)'
25-
MANAGER_TAG:
26-
description: 'Manager docker tag to pull'
2725
CLEAN_INSTALL:
2826
description: 'Delete data before starting'
2927
type: boolean
3028
COMMIT:
3129
description: 'Repo branch or commit SHA to checkout'
30+
OR_HOSTNAME:
31+
description: 'Host to deploy to (e.g. demo.openremote.app)'
32+
OR_ADMIN_PASSWORD:
33+
description: 'Admin password override'
3234

3335
# Un-comment to monitor manager docker image tags for changes and trigger a redeploy when they change (see .ci_cd/README.md)
3436
# schedule:

0 commit comments

Comments
 (0)