Update deploy-now.yaml

This commit is contained in:
kenan96
2022-11-01 18:25:14 +01:00
committed by GitHub
parent 9b114918f2
commit 4730200548

View File

@@ -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