Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
chore : deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
kihyuk-jeong committed May 7, 2021
1 parent 927d19d commit 06a9452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile-cd
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ pipeline {
sourceFiles: "",
removePrefix: "",
remoteDirectory: "",
execCommand: "sh /root/app/step1/deploy.sh" //원격지에서 실행할 커맨드
)
execCommand: "sh ~/app/step1/deploy.sh"
)
]
)
]
Expand Down

0 comments on commit 06a9452

Please sign in to comment.