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
|
||||
SITE_URL: ${{ steps.project.outputs.site-url }}
|
||||
run: |
|
||||
npm install --global yarn
|
||||
yarn install --frozen-lockfile
|
||||
yarn build
|
||||
|
||||
- name: Deploy to IONOS
|
||||
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
|
||||
@@ -48,4 +47,4 @@ jobs:
|
||||
branch-id: ${{ steps.project.outputs.branch-id }}
|
||||
service-host: api-eu.ionos.space
|
||||
api-key: ${{ secrets.IONOS_API_KEY }}
|
||||
dist-folder: packages/react-app/public
|
||||
dist-folder: packages/react-app
|
||||
|
||||
Reference in New Issue
Block a user