test 3d build
parent
26a280db27
commit
14dfbf545e
|
@ -5,3 +5,6 @@
|
||||||
- name: Go to the 3d directory
|
- name: Go to the 3d directory
|
||||||
command: chdir=/var/www/nuxt/3d git pull origin master
|
command: chdir=/var/www/nuxt/3d git pull origin master
|
||||||
register: git_result
|
register: git_result
|
||||||
|
|
||||||
|
- name: build source
|
||||||
|
command: chdir=/var/www/nuxt/3d docker run -w /srv -v $(pwd):/srv -u $(id -u ${USER}):$(id -g ${USER}) --rm node:20.8 npm run buil
|
Loading…
Reference in New Issue