test
This commit is contained in:
parent
daada0d13d
commit
da03ede06d
2
.github/workflows/Deploy-docker.yml
vendored
2
.github/workflows/Deploy-docker.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: 'Create env file'
|
||||
run: |
|
||||
touch api/.env
|
||||
touch .env
|
||||
echo DB_STRING=${{ secrets.DB_STRING }} >> api/.env
|
||||
- name: Build the Docker image
|
||||
run: docker compose build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user