Skip to content

Commit

Permalink
upd: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Salzmann committed May 12, 2024
1 parent 952a5be commit 63a4564
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-now.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ jobs:
# service-host: api-eu.ionos.space

- name: checkout
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: actions/checkout@v4
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Setup Node
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
uses: actions/setup-node@v1
with:
node-version: v18.13.0

- name: Build Node assets
if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
env:
CI: true
SITE_URL: ${{ steps.project.outputs.site-url }}
# if: ${{ steps.project.outputs.deployment-enabled == 'true' }}
# env:
# CI: true
# SITE_URL: ${{ steps.project.outputs.site-url }}
run: |
npm ci
npm run build
Expand Down

0 comments on commit 63a4564

Please sign in to comment.