You've already forked restcountries
mirror of
https://gitlab.com/restcountries/restcountries.git
synced 2026-03-31 23:17:46 +01:00
Update .gitlab-ci.yml
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ docker-run:
|
||||
before_script:
|
||||
- apk add openssh-client
|
||||
- mkdir -p ~/.ssh
|
||||
- echo "$DEPLOY_SERVER_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa
|
||||
- echo "$PRIVATE_VEY" | tr -d '\r' > ~/.ssh/id_rsa
|
||||
- chmod 700 ~/.ssh/id_rsa
|
||||
- eval "$(ssh-agent -s)"
|
||||
- ssh-add ~/.ssh/id_rsa
|
||||
|
||||
Reference in New Issue
Block a user