Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 602 Bytes

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 }}