Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 用gitlab-ci构建部署项目,报错cp:

0 votes
3.8k views
1 answer
    stages: - build build: stage: build only: - master script: - cp -r dist/* /mnt/myproj/www tags: - testTag 报错: $ cp -r ... /www' is not a directory 目标主机存在/mnt/myproj/www,不知道什么原因...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.9k views
1 answer
    stages: - build build: stage: build only: - master script: - cp -r dist/* /mnt/myproj/www tags: - testTag 报错: $ cp -r ... /www' is not a directory 目标主机存在/mnt/myproj/www,不知道什么原因...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...