fix workflow v2
Deploy Docker Compose / deploy (push) Failing after 30s Details

This commit is contained in:
root 2025-04-16 01:20:42 +02:00
parent 9be320e7d6
commit 9a370ad7ff
1 changed files with 1 additions and 1 deletions

View File

@ -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