Skip to content

Update twitter icon to X #2994

Update twitter icon to X

Update twitter icon to X #2994

Workflow file for this run

name: build-deploy-dev
on:
push:
paths-ignore:
- '**.md'
- '.gitignore'
- 'LICENCE'
- 'CODEOWNERS'
- '.github/workflows/alerts.yml'
- '.nais/alerts.yml'
branches:
- '**'
jobs:
call-workflow:
if: "(github.ref_name == 'master') || contains(github.event.head_commit.message, 'deploy:dev') || contains(github.ref, 'feature/')"
uses: navikt/pam-deploy/.github/workflows/deploy-next-js-dev.yml@v7
permissions:
actions: read
contents: write
id-token: write
packages: write
security-events: write
secrets: inherit
with:
SKIP_DRAFT_RELEASE: ${{ github.ref_name != 'master' }}
deploy-redis:
name: Deploy redis
runs-on: ubuntu-latest
permissions:
id-token: "write"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy Redis
uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev-gcp
RESOURCE: .nais/redis.yml
VARS: .nais/dev.yml