Update deploy-now.yaml

This commit is contained in:
kenan96
2022-11-01 18:27:13 +01:00
committed by GitHub
parent 4730200548
commit 476a1d38ca

View File

@@ -37,7 +37,7 @@ jobs:
CI: true CI: true
SITE_URL: ${{ steps.project.outputs.site-url }} SITE_URL: ${{ steps.project.outputs.site-url }}
run: | run: |
yarn build yarn start
- name: Deploy to IONOS - name: Deploy to IONOS
if: ${{ steps.project.outputs.deployment-enabled == 'true' }} if: ${{ steps.project.outputs.deployment-enabled == 'true' }}