From 092e4a55bdb0cdf8f94fd757cd4d0c4c0eff84ee Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 13 Jan 2023 13:13:15 -0800 Subject: [PATCH] enable auto deploy to gamma --- .github/workflows/docker-image.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9d8a6b0a8..142245dc8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -100,20 +100,10 @@ jobs: platforms: linux/amd64,linux/arm64 build-args: | POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }} - manualApprove: - needs: [frontend-image, backend-image] - environment: - name: gamma-deployment - runs-on: ubuntu-latest - steps: - - name: manual approve - run: | - echo "Manually approved" gamma-deployment: name: Deploy to gamma runs-on: ubuntu-latest - needs: [manualApprove] - if: github.event_name == 'repository_dispatch' + needs: [frontend-image, backend-image] steps: - name: ☁️ Checkout source uses: actions/checkout@v3