Update deploy-now.yaml
This commit is contained in:
5
.github/workflows/deploy-now.yaml
vendored
5
.github/workflows/deploy-now.yaml
vendored
@@ -37,8 +37,7 @@ jobs:
|
|||||||
CI: true
|
CI: true
|
||||||
SITE_URL: ${{ steps.project.outputs.site-url }}
|
SITE_URL: ${{ steps.project.outputs.site-url }}
|
||||||
run: |
|
run: |
|
||||||
npm install --global yarn
|
yarn build
|
||||||
yarn install --frozen-lockfile
|
|
||||||
|
|
||||||
- name: Deploy to IONOS
|
- name: Deploy to IONOS
|
||||||
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
|
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
|
||||||
@@ -48,4 +47,4 @@ jobs:
|
|||||||
branch-id: ${{ steps.project.outputs.branch-id }}
|
branch-id: ${{ steps.project.outputs.branch-id }}
|
||||||
service-host: api-eu.ionos.space
|
service-host: api-eu.ionos.space
|
||||||
api-key: ${{ secrets.IONOS_API_KEY }}
|
api-key: ${{ secrets.IONOS_API_KEY }}
|
||||||
dist-folder: packages/react-app/public
|
dist-folder: packages/react-app
|
||||||
|
|||||||
Reference in New Issue
Block a user