Skip to content

Development

Development #73

Workflow file for this run

name: Pulumi
on:
- pull_request
jobs:
preview:
name: Preview
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
workdir: [ l1, l2 ]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '19.9.0'
- uses: actions-hub/[email protected]
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: get pods
- run: npm install
working-directory: ${{ matrix.workdir }}
- uses: pulumi/actions@v4
with:
command: preview
work-dir: ${{ matrix.workdir }}
stack-name: prod
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}