We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4396391 commit 9e9c42dCopy full SHA for 9e9c42d
.github/workflows/main.yaml
@@ -22,11 +22,12 @@ jobs:
22
23
# Build
24
- name: Copy our kickstart file over so it gets picked up
25
- run: mkdir faDockerComposeFilePath/ && cp -r kickstart faDockerComposeFilePath/
+ run: mkdir faDockerComposeFilePath/ && cp -r kickstart faDockerComposeFilePath/ && cp kickstart/kickstart.json faDockerComposeFilePath/kickstart/k2.json
26
- name: Start FusionAuth
27
uses: fusionauth/[email protected]
28
with:
29
FUSIONAUTH_VERSION: 1.48.3
30
+ FUSIONAUTH_APP_KICKSTART_FILE: /usr/local/fusionauth/kickstart/k2.json
31
- name: List directory
32
run: ls -l faDockerComposeFilePath/kickstart
33
- name: Install npm dependencies
0 commit comments