feat: add step to create .env file from Gitea secret in deployment workflow
All checks were successful
Deploy on Push to Main / deploy (push) Successful in 38s

This commit is contained in:
2025-11-30 09:36:34 +01:00
parent c3af622851
commit bf5c2ad292

View File

@@ -13,6 +13,9 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Create .env file from Gitea secret
run: echo "${{ secrets.DOT_ENV_CONTENT }}" > backand/.env
- name: Build and restart Docker containers - name: Build and restart Docker containers
run: | run: |
echo "Przystępuję do przebudowy i restartu aplikacji..." echo "Przystępuję do przebudowy i restartu aplikacji..."