From ba47e7ddc0620df502a2ec624c652f80d578aab3 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 6 Jun 2023 19:49:08 +0530 Subject: [PATCH] feat: add build args to ci script --- .github/workflows/publish.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc1d703998..4d7fbb7b7a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,11 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: test - run: | - echo ${{ github.ref_name }} - echo ${{ github.ref }} - - name: Checkout repository uses: actions/checkout@v3 with: @@ -44,5 +39,8 @@ jobs: platforms: linux/amd64 build-args: | VERSION=${{ steps.meta.outputs.version }} + VITE_APPWRITE_GROWTH_ENDPOINT=https://growth.appwrite.io/v1 + VITE_GA_PROJECT=G-L7G2B6PLDS + VITE_CONSOLE_MODE=cloud push: true tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file