feature env 0.0029
Some checks failed
Build Docker / build (push) Failing after 41s

This commit is contained in:
2026-02-28 16:24:20 +03:00
parent e783dc8364
commit 09245cbcde

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Create .env file - name: Create .env file
run: | run: |
echo "${{ secrets.ENV_FILE }}" > .env echo "${{ secrets.WEDDING_SITE_ENV }}" > .env
- name: Build image - name: Build image
run: docker build -t back:latest -f docker/dockerfile . run: docker build -t back:latest -f docker/dockerfile .
- name: Start docker-compose - name: Start docker-compose