Skip to content

Commit 9e9c42d

Browse files
committed
trying to use our kickstart
1 parent 4396391 commit 9e9c42d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/main.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222

2323
# Build
2424
- name: Copy our kickstart file over so it gets picked up
25-
run: mkdir faDockerComposeFilePath/ && cp -r kickstart faDockerComposeFilePath/
25+
run: mkdir faDockerComposeFilePath/ && cp -r kickstart faDockerComposeFilePath/ && cp kickstart/kickstart.json faDockerComposeFilePath/kickstart/k2.json
2626
- name: Start FusionAuth
2727
uses: fusionauth/[email protected]
2828
with:
2929
FUSIONAUTH_VERSION: 1.48.3
30+
FUSIONAUTH_APP_KICKSTART_FILE: /usr/local/fusionauth/kickstart/k2.json
3031
- name: List directory
3132
run: ls -l faDockerComposeFilePath/kickstart
3233
- name: Install npm dependencies

0 commit comments

Comments
 (0)