ci: create .env file
This commit is contained in:
parent
f710b01814
commit
fb1ba4236a
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- run: cp .env.example .env
|
||||||
- run: ./run docker:build-images
|
- run: ./run docker:build-images
|
||||||
- run: ./run docker:push-images
|
- run: ./run docker:push-images
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue