We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84961df commit 45722dbCopy full SHA for 45722db
action.yml
@@ -21,6 +21,10 @@ runs:
21
run: wget https://raw.githubusercontent.com/nmshd/backbone/capi/${CONSUMERAPI_VERSION}/setup-db/setup-postgres.sql
22
env:
23
CONSUMERAPI_VERSION: ${{ inputs.consumerapi-version }}
24
+ - shell: bash
25
+ run: wget https://raw.githubusercontent.com/nmshd/start-backbone/main/appsettings.override.json
26
27
+ run: wget https://raw.githubusercontent.com/nmshd/start-backbone/main/docker-compose.yml
28
- shell: bash
29
run: docker compose up -d
30
0 commit comments