Update deploy-now.yaml
This commit is contained in:
4
.github/workflows/deploy-now.yaml
vendored
4
.github/workflows/deploy-now.yaml
vendored
@@ -37,7 +37,9 @@ jobs:
|
|||||||
CI: true
|
CI: true
|
||||||
SITE_URL: ${{ steps.project.outputs.site-url }}
|
SITE_URL: ${{ steps.project.outputs.site-url }}
|
||||||
run: |
|
run: |
|
||||||
yarn start
|
npm install --global yarn
|
||||||
|
yarn install --frozen-lockfile
|
||||||
|
yarn build
|
||||||
|
|
||||||
- name: Deploy to IONOS
|
- name: Deploy to IONOS
|
||||||
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
|
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user