stages:
- build
build:
stage: build
only:
- master
script:
- cp -r dist/* /mnt/myproj/www
tags:
- testTag
报错:
$ cp -r dist/* /mnt/myproj/www
cp: target '/mnt/myproj/www' is not a directory
目标主机存在/mnt/myproj/www,不知道什么原因
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…