test ci 0.0035
All checks were successful
Build Docker / build (push) Successful in 25s

This commit is contained in:
2026-02-28 17:36:18 +03:00
parent 2a6408cb6c
commit b4e6a0b8a9
2 changed files with 1 additions and 5 deletions

View File

@@ -11,10 +11,6 @@ jobs:
- name: Create .env file
run: |
echo "${{ secrets.WEDDING_SITE_ENV }}" > .env
- name: start.sh
run:
echo "set permissions"
chmod +x docker/start.sh
- name: Build image
run: docker build -t back:latest -f docker/dockerfile .
- name: Start docker-compose