Skip to content

Github Action to deploy with shopify krane, kubectl, and gcloud

Notifications You must be signed in to change notification settings

Orderchamp/deploy-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy-action

This is a github action to deploy using shopify krane, kubectl, and gcloud.

Usage

  - uses: 'orderchamp/deploy-action@v0'
    with:
      credentials_json: '${{ secrets.GCP_SA_KEY }}'
      environment: production
      command: krane render -f deploy/production/krane --current-sha $GITHUB_SHA | krane deploy $PROJECT $CLUSTER -f - deploy/production/krane/secrets.ejson

About

Github Action to deploy with shopify krane, kubectl, and gcloud

Resources

Stars

Watchers

Forks

Packages

No packages published