diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 87f73a8..17eafa0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -18,7 +18,7 @@ on: workflow_dispatch: env: - VITE_API_BASE_URL: ${{ vars.VITE_API_BASE_URL || 'https://zeavisedu.asepharyana.tech' }} + VITE_API_BASE_URL: ${{ vars.VITE_API_BASE_URL || 'https://zeavisedu.asepharyana.my.id' }} jobs: build-apk: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 90378f3..4dddd50 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -177,7 +177,7 @@ jobs: cat << 'ENVEOF' DATABASE_URL=${{ secrets.DATABASE_URL }} SESSION_SECRET=${{ secrets.SESSION_SECRET }} - WEB_APP_URL=https://zeavisedu.asepharyana.tech + WEB_APP_URL=https://zeavisedu.asepharyana.my.id ML_SERVICE_URL=http://zeavis-ml:8000 ENVEOF } > .env