fix workflow v2
Deploy Docker Compose / deploy (push) Failing after 30s
Details
Deploy Docker Compose / deploy (push) Failing after 30s
Details
This commit is contained in:
parent
9be320e7d6
commit
9a370ad7ff
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy using Docker Compose
|
- name: Deploy using Docker Compose
|
||||||
env: # Inject secrets into environment variables
|
env: # Inject secrets into environment variables
|
||||||
LOL_APIKEY: ${{ secrets.RIOT_APIKEY }}
|
RIOT_APIKEY: ${{ secrets.RIOT_APIKEY }}
|
||||||
run: |
|
run: |
|
||||||
docker-compose build --build-arg RIOT_APIKEY=${RIOT_APIKEY}
|
docker-compose build --build-arg RIOT_APIKEY=${RIOT_APIKEY}
|
||||||
docker-compose -f docker-compose.yaml up -d # Start the containers in detached mode
|
docker-compose -f docker-compose.yaml up -d # Start the containers in detached mode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue