Add .woodpecker.yml
This commit is contained in:
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: deploy-to-nas
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: deploy
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "🚀 NAS 배포 시작"
|
||||||
|
- mkdir -p /nas_workspace/${CI_REPO_NAME}
|
||||||
|
- cp -a . /nas_workspace/${CI_REPO_NAME}/
|
||||||
|
- echo "✅ 완료: /nas_workspace/${CI_REPO_NAME}"
|
||||||
Reference in New Issue
Block a user