forked from phc/website
1
0
Fork 0

debugging 4

Antonio De Lucreziis 8 months ago
parent ff966c31a8
commit f99a7389be

@ -16,9 +16,9 @@ steps:
path: /mnt/website
commands:
- uname -a
- node -v
- npm -v
- ldd --version
- node -v
- node -e 'import Sharp from "sharp"; console.log(Sharp)'
- npm ci
- npm run build
- cp -rT ./dist /mnt/website

Loading…
Cancel
Save