when: - event: push branch: master steps: - name: build image: node:bookworm-slim commands: - npm install - npm run build - apt update - apt upgrade - apt -y install rsync