fix: initializing git submodules
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Initiate submodules
|
- name: Initiate submodules
|
||||||
run: git submodule update --init --force --remote
|
run: git submodule update --init
|
||||||
|
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
|
|||||||
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Initiate submodules
|
- name: Initiate submodules
|
||||||
run: git submodule update --init --force --remote
|
run: git submodule update --init
|
||||||
|
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
|
|||||||
2
.github/workflows/prod.yml
vendored
2
.github/workflows/prod.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Initiate submodules
|
- name: Initiate submodules
|
||||||
run: git submodule update --init --force --remote
|
run: git submodule update --init
|
||||||
|
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ Then open your browser to `http://localhost:3001`.
|
|||||||
|
|
||||||
The web app makes use of two optional native extensions, which, when running the app with Rails, can be configured to work as follows:
|
The web app makes use of two optional native extensions, which, when running the app with Rails, can be configured to work as follows:
|
||||||
|
|
||||||
1. `git submodule update --init --force --remote` (will load the submodules in the `public/extensions` folder)
|
1. `git submodule update --init` (will load the submodules in the `public/extensions` folder)
|
||||||
1. Set the following environment variables in the .env file:
|
1. Set the following environment variables in the .env file:
|
||||||
```
|
```
|
||||||
EXTENSIONS_MANAGER_LOCATION=extensions/extensions-manager/dist/index.html
|
EXTENSIONS_MANAGER_LOCATION=extensions/extensions-manager/dist/index.html
|
||||||
|
|||||||
Reference in New Issue
Block a user