Trying deploy 4
All checks were successful
Production Build and Deploy / Build (push) Successful in 1m10s
Production Build and Deploy / Deploy (push) Successful in 8s

This commit is contained in:
Liviu Burcusel 2025-12-15 14:01:51 +01:00
parent 9a35b405dd
commit 4e3ce4196f
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -55,9 +55,9 @@ jobs:
needs: build needs: build
runs-on: docker runs-on: docker
steps: steps:
- name: Setup Node environment - name: Setup environment
run: | run: |
apk add --update nodejs npm apk --no-cache add --update nodejs npm curl
- name: Code checkout - name: Code checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: