mirror of https://gitlab.com/curben/blog
post(rsync-nixos): specify artifact between jobs
This commit is contained in:
parent
62bad2d134
commit
0c569662a1
|
@ -134,6 +134,10 @@ build:
|
|||
script:
|
||||
- npm run build
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- public/
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
||||
|
|
Loading…
Reference in New Issue