We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c36a0 commit 46d9357Copy full SHA for 46d9357
.github/workflows/image.yaml
@@ -84,6 +84,7 @@ jobs:
84
var configOTAiApi = '${{ inputs.ai_api_url }}'
85
var configGoogleTagManagerID = '${{ secrets.google_tag_manager_id }}'
86
EOF
87
+ cat apps/platform/public/profiles/${{ inputs.flavor }}.js >> apps/platform/bundle-platform/config.js
88
89
- id: push
90
name: Build and push Docker image
apps/platform/public/profiles/default.js apps/platform/public/profiles/platform.jsapps/platform/public/profiles/default.js renamed to apps/platform/public/profiles/platform.js
apps/platform/public/profiles/partners.js apps/platform/public/profiles/ppp.jsapps/platform/public/profiles/partners.js renamed to apps/platform/public/profiles/ppp.js
0 commit comments