Skip to content

Commit

Permalink
doc[spa]: peker mot nais og nais/deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Oct 16, 2024
1 parent 1b6f9d7 commit 84edce1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions actions/spa-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run build
- uses: navikt/frontend/actions/spa-deploy/v2@main
- uses: nais/deploy/actions/spa-deploy/v2@master
with:
app: min-frontend
team: mitt-team
Expand All @@ -52,15 +52,15 @@ jobs:
## Input parametere
| Navn | Beskrivelse | Påkrevd | Default |
| ---- | ----------- | -------- | ------- |
| `app` | Applikasjonsnavn | Ja | |
| `team` | Teamnavn | Ja | |
| `source` | Mappe med kompilert kildekode | Ja | |
| `environment` | Miljø (kan være hvilken som helst streng) | Ja | |
| `ingress` | Adresse applikasjonen skal være tilgjenglig på | Ja | |
| `project_id` | Må settes til `${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}` | Ja | |
| `identity_provider` | Må settes til `${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}` | Ja | |
| Navn | Beskrivelse | Påkrevd | Default |
|---------------------|----------------------------------------------------------------|---------|---------|
| `app` | Applikasjonsnavn | Ja | |
| `team` | Teamnavn | Ja | |
| `source` | Mappe med kompilert kildekode | Ja | |
| `environment` | Miljø (kan være hvilken som helst streng) | Ja | |
| `ingress` | Adresse applikasjonen skal være tilgjenglig på | Ja | |
| `project_id` | Må settes til `${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}` | Ja | |
| `identity_provider` | Må settes til `${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}` | Ja | |

Statiske filer vil bli lastet opp til følgende adresse i NAV CDN:

Expand All @@ -73,7 +73,7 @@ https://cdn.nav.no/<team>/<app>/<env>/
For å få applikasjonen tilgjengelig over flere ingresser kan du sette `ingress` til en kommaseparert liste av ingresser:

```yaml
- uses: navikt/frontend/actions/spa-deploy/v2@main
- uses: nais/deploy/actions/spa-deploy/v2@master
with:
...
ingress: https://team.nav.no/min-frontend,https://team.nav.no/andre-ingress
Expand All @@ -98,7 +98,7 @@ PUBLIC_URL=https://cdn.nav.no/<team>/<app>/<env>/
- run: npm run build
env:
PUBLIC_URL: https://cdn.nav.no/<team>/<app>/<env>
- uses: navikt/frontend/actions/spa-deploy/v2@main
- uses: nais/deploy/actions/spa-deploy/v2@master
with:
app: <app>
team: <team>
Expand Down
8 changes: 4 additions & 4 deletions actions/spa-setup-task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "spa-setup-action",
"version": "1.0.0",
"main": "src/main.ts",
"repository": "https://github.com/navikt/frontend.git",
"author": "Frontendplattform <forntendplattform@nav.no>",
"repository": "https://github.com/nais/deploy.git",
"author": "Nais <nais@nav.no>",
"license": "MIT",
"scripts": {
"build": "echo use yarn package",
Expand All @@ -12,7 +12,7 @@
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "yarn build && yarn format && yarn lint && yarn package && npm test"
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand All @@ -24,9 +24,9 @@
"@typescript-eslint/parser": "^5.53.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.34.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-github": "^4.6.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.3",
"js-yaml": "^4.1.0",
"prettier": "^2.8.4",
Expand Down

0 comments on commit 84edce1

Please sign in to comment.