Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

simplycubed/gitops-update

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitops-update

GitHub Action that updates a single key in another GitHub repository.

Example:

You have a deployment.yaml file in a myorg/app-env repository that has below content:

Add this to GitHub acion:

- name: GitOps Update
	uses: simplycubed/[email protected]
	with:
		filename: "path/to/deployment.yaml"
		key: "image"
		value: '${{ secrets.REGISTRY_LOGIN_SERVER }}/sampleapp:${{ github.sha }}'
		github-deploy-key: ${{ secrets.GITOPS_SSH_PRIVATE_KEY }}
		github-org-and-repo:  "myorg/app-env"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •