Skip to content

Commit 0386355

Browse files
committed
fix
1 parent cb3786e commit 0386355

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/bootstrap/opencrvs-bootstrap.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#
1010
# Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
1111

12+
# Script to bootstrap a server as OpenCRVS infrastructure node
13+
# - Creates 'provision' user if not exists
14+
# - Installs and configures GitHub Actions runner to connect to the specified repos
15+
# - Can be used for both master and worker nodes
1216
set -e
1317

1418
# Configurable params

0 commit comments

Comments
 (0)