Skip to content

coopTilleuls/action-clevercloud-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Deploy to Clever Cloud

This action deploys to your app hosted on Clever Cloud. It needs vars.APP_ID, secrets.CLEVER_TOKEN and secrets.CLEVER_SECRET to be set in your preferred environment.

Usage

uses: coopTilleuls/action-clevercloud-deploy/.github/workflow/deploy.yml@v1
    with:
      # The name of the github environment where you defined
      # variable APP_ID and secrets CLEVER_TOKEN and CLEVER_SECRET
      deploy-environment: ''
    secrets:
      clever-token: ${{ secrets.CLEVER_TOKEN }}
      clever-secret: ${{ secrets.CLEVER_SECRET }}

About

Github action for deploying to Clever Cloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published