fix ci/cd
Deploy Docker Compose / deploy (push) Failing after 27s Details

This commit is contained in:
root 2025-04-16 01:17:15 +02:00
parent c56c214098
commit 2f6c54e8ae
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ 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 }} LOL_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
docker-compose logs # Display logs from the containers to show output docker-compose logs # Display logs from the containers to show output