another
This commit is contained in:
parent
842dc88112
commit
176e909c65
@ -59,6 +59,13 @@ jobs:
|
|||||||
- name: Create frontend .env file from secret
|
- name: Create frontend .env file from secret
|
||||||
run: echo "${{ secrets.frontend-env }}" > frontend/.env
|
run: echo "${{ secrets.frontend-env }}" > frontend/.env
|
||||||
|
|
||||||
|
- name: Set up SSH agent
|
||||||
|
uses: webfactory/ssh-agent@v0.5.3
|
||||||
|
with:
|
||||||
|
ssh-private-key: |
|
||||||
|
${{ secrets.ssh-private-key }}
|
||||||
|
${{ vars.QORE_FRONTEND_DEPLOY_TOKEN }}
|
||||||
|
|
||||||
- name: Clone frontend
|
- name: Clone frontend
|
||||||
run: git clone --depth 1 --branch ${{ steps.get-version.outputs.version }} git@git.qlic.nl:qore/qore-frontend.git frontend/src/qore
|
run: git clone --depth 1 --branch ${{ steps.get-version.outputs.version }} git@git.qlic.nl:qore/qore-frontend.git frontend/src/qore
|
||||||
|
|
||||||
@ -87,14 +94,6 @@ jobs:
|
|||||||
${{ inputs.node-package-manager }} run build
|
${{ inputs.node-package-manager }} run build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
- name: Set up SSH agent
|
|
||||||
uses: webfactory/ssh-agent@v0.5.3
|
|
||||||
with:
|
|
||||||
ssh-private-key: |
|
|
||||||
${{ secrets.ssh-private-key }}
|
|
||||||
${{ vars.QORE_FRONTEND_DEPLOY_TOKEN }}
|
|
||||||
|
|
||||||
- name: Disable strict host key checking
|
- name: Disable strict host key checking
|
||||||
run: |
|
run: |
|
||||||
echo "Host *" >> ~/.ssh/config
|
echo "Host *" >> ~/.ssh/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user