Merge pull request #2405 from SwedbankPay/dependabot/npm_and_yarn/npm… #1337
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Search Index | |
on: | |
push: | |
branches: [develop] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: build | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GITHUB_ACTOR: payex-dev | |
GITHUB_ACTOR_EMAIL: [email protected] | |
GITHUB_REPO: ${{ github.repository }} | |
run: | | |
docker compose run \ | |
-e GITHUB_BRANCH=develop \ | |
-e GITHUB_REPOSITORY_URL=https://github.com/SwedbankPay/developer.swedbankpay.com \ | |
-e ELASTICSEARCH_API_KEY=${{ secrets.ELASTICSEARCH_API_KEY_STAGE}} \ | |
-e ELASTICSEARCH_URL=${{ secrets.ELASTICSEARCH_API_URL_STAGE}} \ | |
portal build \ | |
--env=production \ | |
--site-url=https://developer.stage.swedbankpay.com |