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
All checks were successful
Deploy on Push to Main / deploy (push) Successful in 38s
This commit is contained in:
@@ -13,6 +13,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
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
|
||||
run: |
|
||||
echo "Przystępuję do przebudowy i restartu aplikacji..."
|
||||
|
||||
Reference in New Issue
Block a user