when: - branch: main steps: - name: techtransthai-simple-deploy image: node commands: - npm i - npm run build - cp -r public/* /mnt/caddy-sites/tsib.techtransthai.org/ volumes: - /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites