Skip to content

Commit

Permalink
pass new env vars to CI/CD scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
suzinyou committed Aug 12, 2024
1 parent f969ce7 commit 3da3781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gcp_admin_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
--network aaq-network \
--name admin_app \
-e NEXT_PUBLIC_BACKEND_URL="https://${{ steps.secrets.outputs.domain }}/api" \
-e NEXT_PUBLIC_GOOGLE_LOGIN_CLIENT_ID="${{ steps.secrets.outputs.google-login-client-id }}" \
-e NEXT_PUBLIC_GOOGLE_LOGIN_CLIENT_ID="${{ steps.secrets.outputs.google_login_client_id }}" \
${{ env.REPO }}/admin_app:latest
docker system prune -f || true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_gcp_caddy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
-v caddy_data:/data \
-v caddy_config:/config \
-e DOMAIN=${{ steps.secrets.outputs.domain }} \
-e BACKEND_ROOT_PATH=/api \
-p 80:80 \
-p 443:443 \
-p 443:443/udp \
Expand Down

0 comments on commit 3da3781

Please sign in to comment.