Skip to content

chore: Add @equinor/fusion-react-context-selector dependency #16

chore: Add @equinor/fusion-react-context-selector dependency

chore: Add @equinor/fusion-react-context-selector dependency #16

name: Deploy project-portal-landingpage CI
on:
push:
branches: ["feat/landing-page-app"]
paths:
- "client/apps/project-portal-landingpage/**"
permissions:
actions: read
checks: write
contents: read
deployments: write
id-token: write
jobs:
build:
environment: non-prod
name: Deploy
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Get fusion token
id: "get-fusion-token"
uses: ./.github/actions/get-fusion-token
with:
client-id: ${{secrets.AZURE_SP_FUSION}}
tenant-id: ${{secrets.AZURE_TENANT_ID}}
resource-id: ${{secrets.AZURE_FUSION_SCOPE}}
- name: Install
run: |
cd client/apps/project-portal-landingpage
yarn install
npm i -g @equinor/fusion-framework-cli
- name: Deploy
run: |
cd client/apps/project-portal-landingpage
fusion-framework-cli app build-publish -e ci