Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

nerdify/envoyer-action

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

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Envoyer Action

GitHub Action for triggering a deployment on Envoyer

Usage

workflow "Deploy Envoyer" {
  on = "push"
  resolves = ["deploy"]
}

action "deploy" {
  uses = "nerdify/[email protected]"
  secrets = ["ENVOYER_DEPLOY_URL"]
}

Secrets

  • ENVOYER_DEPLOY_URL - Required. Deployment url.