From e3e049b66cfa86598302d63457c775eed51740a2 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 20 Mar 2024 22:14:46 -0400 Subject: [PATCH] Update build-staging-and-deploy.yml --- .../workflows/build-staging-and-deploy.yml | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/build-staging-and-deploy.yml b/.github/workflows/build-staging-and-deploy.yml index f9eb15c10..9f4a72ac9 100644 --- a/.github/workflows/build-staging-and-deploy.yml +++ b/.github/workflows/build-staging-and-deploy.yml @@ -59,29 +59,7 @@ jobs: build-args: | POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }} INFISICAL_PLATFORM_VERSION=${{ steps.extract_version.outputs.version }} - - name: 🏗️ Build backend and push to ECR - uses: depot/build-push-action@v1 - env: - ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} - ECR_REPOSITORY: ${{ secrets.AWS_ECR_REPO_NAME }} - with: - project: 64mmf0n610 - token: ${{ secrets.DEPOT_PROJECT_TOKEN }} - push: true - provenance: false - context: . - file: Dockerfile.standalone-infisical - tags: | - ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest - ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ steps.commit.outputs.short }} - platforms: linux/amd64 - build-args: | - POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }} - INFISICAL_PLATFORM_VERSION=${{ steps.extract_version.outputs.version }} - - - - + postgres-migration: name: Run latest migration files