Secret przeniesiony do Gitea
This commit is contained in:
@@ -9,17 +9,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Debug - Show current directory
|
||||
run: pwd
|
||||
|
||||
- name: Debug - List files
|
||||
run: ls -la
|
||||
|
||||
- name: Debug - Show docker-compose content
|
||||
run: cat docker-compose.prod.yml
|
||||
|
||||
- name: Debug - Show Dockerfile
|
||||
run: cat Dockerfile
|
||||
- name: Create .env file from secret
|
||||
run: |
|
||||
echo "${{ secrets.ENV_FILE }}" > .env
|
||||
|
||||
- name: Build and Deploy
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user