Fix yaml list.
This commit is contained in:
@ -8,8 +8,8 @@ before_script:
|
|||||||
- echo "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - > /dev/null
|
- echo "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - > /dev/null
|
||||||
|
|
||||||
# Ensure known hosts exists and is populated
|
# Ensure known hosts exists and is populated
|
||||||
mkdir ~/.ssh && chmod 700 ~/.ssh
|
- mkdir ~/.ssh && chmod 700 ~/.ssh
|
||||||
ssh-keyscan -p 2224 gitlab.jamma.life >> ~/.ssh/known_hosts
|
- ssh-keyscan -p 2224 gitlab.jamma.life >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
push_github:
|
push_github:
|
||||||
type: deploy
|
type: deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user