Secret przeniesiony do Gitea
This commit is contained in:
@@ -9,17 +9,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Debug - Show current directory
|
- name: Create .env file from secret
|
||||||
run: pwd
|
run: |
|
||||||
|
echo "${{ secrets.ENV_FILE }}" > .env
|
||||||
- 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: Build and Deploy
|
- name: Build and Deploy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user