fix ci/cd
Deploy Docker Compose / deploy (push) Failing after 27s
Details
Deploy Docker Compose / deploy (push) Failing after 27s
Details
This commit is contained in:
parent
c56c214098
commit
2f6c54e8ae
|
|
@ -28,8 +28,8 @@ jobs:
|
|||
|
||||
- name: Deploy using Docker Compose
|
||||
env: # Inject secrets into environment variables
|
||||
LOL_APIKEY: ${{ secrets.RIOT_APIKEY }}
|
||||
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