BuildWith IONOS

Configuration Examples

Available in BuildWith Ionos

  • VueJs
  • ReactJS
  • Jigsaw Tailwind
  • no Build just copy to webspace
  • Hugo with NodeJs
  • Hugo
  • Gatsby
---
distFolder: dist
setup:
- name: Setup Node.js 8.9.0
  action: actions/setup-node@v1
  properties:
    node-version: 8.9.0
prepare:
  name: Prepare Project build environment
  command: |
    npm install --global yarn
    yarn install --frozen-lockfile
build:
  name: Build node project
  command: yarn build
  environment:
    SITE_URL: ${{ steps.project.outputs.site-url }}
    CI: true