fix workflow
Deploy Docker Compose / deploy (push) Failing after 29s
Details
Deploy Docker Compose / deploy (push) Failing after 29s
Details
This commit is contained in:
parent
2f6c54e8ae
commit
9be320e7d6
|
|
@ -30,6 +30,6 @@ jobs:
|
|||
env: # Inject secrets into environment variables
|
||||
LOL_APIKEY: ${{ secrets.RIOT_APIKEY }}
|
||||
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 logs # Display logs from the containers to show output
|
||||
|
|
|
|||
Loading…
Reference in New Issue