pipeline fix
This commit is contained in:
parent
19f019eb4f
commit
97ce89d69f
2
.github/workflows/Deploy-docker.yml
vendored
2
.github/workflows/Deploy-docker.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: 'Create env file'
|
||||
run: |
|
||||
touch .env
|
||||
echo DB_STRING=${{ secrets.DB_STRING }} >> .env
|
||||
echo ${{ secrets.ENVFILE }} >> .env
|
||||
- name: Build the Docker image
|
||||
run: docker compose build
|
||||
- name: Docker push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user