mirror of
https://github.com/Tha14/uam-docker.git
synced 2024-11-24 22:13:03 +01:00
fix: add PBKEY to CI workflow
This commit is contained in:
parent
c436e3babc
commit
5917dab890
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the stack
|
- name: Build the stack
|
||||||
run: cd uam && docker-compose up -d
|
run: cd uam && PBKEY=${{ secrets.PBKEY }} docker-compose up -d
|
||||||
- name: Sleep until uam is running
|
- name: Sleep until uam is running
|
||||||
run: sleep 100s
|
run: sleep 100s
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user