diff --git a/.github/workflows/cd-app.yml b/.github/workflows/cd-app.yml index a14e4963037..b54c3ac2b65 100644 --- a/.github/workflows/cd-app.yml +++ b/.github/workflows/cd-app.yml @@ -1,4 +1,5 @@ name: Déploiement à la demande de l'app +run-name: Déploiement de l'app sur ${{ github.event.inputs.deploy_target }} on: workflow_dispatch: diff --git a/.github/workflows/cd-site.yml b/.github/workflows/cd-site.yml index b9af30eb238..6202cc598f8 100644 --- a/.github/workflows/cd-site.yml +++ b/.github/workflows/cd-site.yml @@ -1,4 +1,5 @@ name: Déploiement à la demande du site +run-name: Déploiement du site sur ${{ github.event.inputs.deploy_target }} on: workflow_dispatch: @@ -29,7 +30,7 @@ jobs: run: earthly --use-inline-cache +docker-dev-login --GH_USER=${{ secrets.GH_USER }} --GH_TOKEN=${{ secrets.GH_TOKEN }} - name: Build and push front deps image - run: > + run: > earthly --use-inline-cache --save-inline-cache --push --platform=linux/amd64 @@ -52,4 +53,3 @@ jobs: +site-deploy --ENV_NAME=${{ github.event.inputs.target }} --KOYEB_API_KEY=${{ secrets.KOYEB_API_KEY }} -