diff --git a/.gitea/actions/deploy/action.yml b/.gitea/actions/deploy/action.yml index 348128d..ead1b14 100644 --- a/.gitea/actions/deploy/action.yml +++ b/.gitea/actions/deploy/action.yml @@ -46,6 +46,11 @@ runs: COMPOSE_PROJECT_NAME=${{ inputs.project_name }} EOF + - name: debug environment file + shell: bash + run: | + cat ${{ inputs.environment_file }} | echo $1 + - name: Create Docker context shell: bash run: |