diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index ce56d19..399e61e 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -15,6 +15,12 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + + - name: Create .cfg file + run: | + touch application.cfg + echo "${{secrets.ENV_CONTENT}}" >> application.cfg + - name: Log in to the Container registry uses: docker/login-action@v3.3.0 with: