Renovate Bot
704a643e25
Alle Prüfungen waren erfolgreich
Build and deploy website / build (push) Successful in 46s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | registry.access.redhat.com/ubi9/nodejs-20 | container | patch | `1-44.1714669803` -> `1-44.1715773199` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #18 Reviewed-by: Nick Slowinski <nick@nick-slowinski.de> Co-authored-by: Renovate Bot <renovate@nick-slowinski.de> Co-committed-by: Renovate Bot <renovate@nick-slowinski.de>
20 Zeilen
Kein EOL
380 B
YAML
20 Zeilen
Kein EOL
380 B
YAML
name: Build and deploy website
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: docker
|
|
container:
|
|
image: registry.access.redhat.com/ubi9/nodejs-20:1-44.1715773199
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Install dependencies
|
|
run: npm install
|
|
|
|
- name: Build site
|
|
run: npm run build |