pipeline fix

This commit is contained in:
darius 2024-05-16 20:56:21 +02:00
parent 19f019eb4f
commit 97ce89d69f

View File

@ -17,7 +17,7 @@ jobs:
- name: 'Create env file' - name: 'Create env file'
run: | run: |
touch .env touch .env
echo DB_STRING=${{ secrets.DB_STRING }} >> .env echo ${{ secrets.ENVFILE }} >> .env
- name: Build the Docker image - name: Build the Docker image
run: docker compose build run: docker compose build
- name: Docker push - name: Docker push