gitlab-runner 명령어
2022. 3. 13. 21:37ㆍGit
다중 라인 명령어 적용
https://jsramblings.com/using-multiline-strings-in-gitlab-yml-file/
deploy-mobile-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
script:
- |
ssh 계정@IP (-p 포트)
pwd
ls
tags:
- ssh
when: manual
'Git' 카테고리의 다른 글
SVN 백업 및 복구 (0) | 2024.12.29 |
---|---|
Local과 Server 소스가 불일치 할때, git add -f (0) | 2024.08.12 |
현재 local 디렉토리를 git에 등록 (0) | 2024.03.16 |
gitlab 에러 (0) | 2022.02.01 |
Git 사용법 (0) | 2021.12.05 |