Metrakit / actions-rancher-update

A Github action to upgrade a service in Rancher 1.6.X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rancher-update

This action helps by updating a service in the rancher 1.6.x environment.

Examples

Update service

  on:
  push:
    branches:
    - master

  jobs:
    release:
      runs-on: ubuntu-latest
      steps:
      - uses: sekassel-research/actions-rancher-update@1.0.0
        with:
          rancher_url: https://rancher.test.de
          rancher_access: ${{ secrets.RANCHER_ACCESS }}
          rancher_key: ${{ secrets.RANCHER_KEY }}
          project_id: 1a5
          stack_name: test-stack
          service_name: test-service
          docker_image: sekassel-research/test-image:latest
          

About

A Github action to upgrade a service in Rancher 1.6.X

License:MIT License


Languages

Language:JavaScript 100.0%