Skip to content

test

test #38

Workflow file for this run

name: ci
on:
push:
branches:
- "master"
- "test"
jobs:
build:
runs-on: actions-runner
steps:
- name: build-action
uses: ./github/build-action
deploy:
runs-on: actions-runner
needs: build
environment:
name: test
url: https://webbi-test.wappuradio.fi
steps:
- name: build-action
uses: ./github/build-action
with:
kubeconfig: "${{ secrets.KUBECONFIG_BASE64 }}"
image: "ghcr.io/wappuradio/webbi:${{ github.sha }}"
env: "test"