This commit is contained in:
Jamie Schouten 2025-02-10 16:14:37 +01:00
parent 8e130e6b73
commit 8f0b8b5a27

View File

@ -61,7 +61,7 @@ jobs:
ref: ${{ steps.get-version.outputs.version }}
ssh-key: ${{ vars.QORE_FRONTEND_DEPLOY_TOKEN }}
ssh-strict: no
path: frontend/src
path: frontend/src/qore
- name: Create frontend .env file from secret
run: echo "${{ secrets.frontend-env }}" > frontend/.env