diff --git a/.github/workflows/deploy-preprod.yml b/.github/workflows/deploy-preprod.yml index 12b5ed5ad1..7897431ccf 100644 --- a/.github/workflows/deploy-preprod.yml +++ b/.github/workflows/deploy-preprod.yml @@ -6,21 +6,15 @@ on: - edge jobs: - deploy-backend: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - deploy-static: runs-on: ubuntu-latest - needs: deploy-backend permissions: contents: read id-token: write steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index d47224dfc4..1f49e5a9d0 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -6,23 +6,16 @@ on: - stable jobs: - deploy-backend: - runs-on: ubuntu-latest - environment: production - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - deploy-static: runs-on: ubuntu-latest - needs: deploy-backend environment: production permissions: contents: read id-token: write steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4