Skip to content

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

License

Notifications You must be signed in to change notification settings

Loumaris/actions-rancher-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 2.X.X or Rancher 1.6.X

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%