From 10fa1306c94d7709255d3322f5d5b5030df66c79 Mon Sep 17 00:00:00 2001 From: Marc Rutkowski Date: Tue, 17 Oct 2023 10:00:06 +0200 Subject: [PATCH] =?UTF-8?q?g=C3=A9n=C3=A8re=20un=20nom=20de=20job=20gh=20c?= =?UTF-8?q?ontenant=20la=20cible=20du=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd-app.yml | 1 + .github/workflows/cd-site.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-app.yml b/.github/workflows/cd-app.yml index a14e496303..0ccd723451 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.target }} on: workflow_dispatch: diff --git a/.github/workflows/cd-site.yml b/.github/workflows/cd-site.yml index b9af30eb23..746d599ec6 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.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 }} -