Version 1.0 of our GitHub Action for review applications is available

Version 1.0 of our GitHub Action for review applications is available

Effective on July 18, 2024·David Legrand
David Legrand
Julia March
Julia March

Some months ago, Clever Cloud released a new GitHub Action to deploy applications from GitHub to Clever Cloud. After some iterations, version 1.0 is available. We make it simpler to use by making it composite). Now you can just add this in your workflow for example:

- name: Create review app
        uses: CleverCloud/clever-cloud-review-app@latest
        env:
          CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
          CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
          ORGA_ID: ${{ secrets.ORGA_ID }}
        with:
          type: '<type-of-app>'
Last updated on