edited deploy-now.yaml - is the dist-folder the build folder?

This commit is contained in:
StockiP
2022-11-02 21:22:49 +01:00
parent 8bc8726287
commit 646eb3e097

View File

@@ -49,11 +49,6 @@ jobs:
run: | run: |
yarn react-app:build yarn react-app:build
- name: cd into build folder
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
run: |
cd packages/react-app/build
- name: Deploy to IONOS - name: Deploy to IONOS
if: ${{ steps.project.outputs.deployment-enabled == 'true' }} if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: ionos-deploy-now/deploy-to-ionos-action@v1 uses: ionos-deploy-now/deploy-to-ionos-action@v1
@@ -62,4 +57,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: ./ dist-folder: ./packages/react-app/build