pipeline fix
This commit is contained in:
parent
5ad03eeb67
commit
19f019eb4f
2
.github/workflows/Deploy-docker.yml
vendored
2
.github/workflows/Deploy-docker.yml
vendored
@ -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 }} >> api/.env
|
echo DB_STRING=${{ secrets.DB_STRING }} >> .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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user