Sign inSign up

joyel/rancher-cli-gitlab-ci

By joyel

•Updated about 9 years ago

Ability to use rancher-cli with gitlab-ci

Image
0

698

joyel/rancher-cli-gitlab-ci repository overview

Exemple sample .gitlab-ci.yml : [...] deploy: stage: deploy image: name: "joyel/rancher-cli-gitlab-ci" script: - rancher ps - rancher up --stack mystack --force-recreate --pull -d myservice [...]

Don't forget to add this variables in your gitlab project : RANCHER_ACCESS_KEY ****** RANCHER_SECRET_KEY ****** RANCHER_URL http(s)://your-ancher-ip-or-domain:port

Tag summary

Content type

Image

Digest

Size

6.9 MB

Last updated

about 9 years ago

docker pull joyel/rancher-cli-gitlab-ci