Ability to use rancher-cli with gitlab-ci
698
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
Content type
Image
Digest
Size
6.9 MB
Last updated
about 9 years ago
docker pull joyel/rancher-cli-gitlab-ci