Skip to content

Setup NixOS Hypervisor #312

Setup NixOS Hypervisor

Setup NixOS Hypervisor #312

Workflow file for this run

# for debugging https://github.com/marketplace/actions/debugging-with-tmate
name: Deploy
on:
push:
branches:
- "master"
paths:
- "provisioner/version.txt"
pull_request:
branches:
- "*"
jobs:
deploy-provisioner:
name: Deploy Provisioner
timeout-minutes: 30
runs-on: ubuntu-latest
environment: provisioner
concurrency: deploy-provisioner
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: ./.github/actions/setup-bazel
- run: bazel build //provisioner:deploy
# - run: bazel run //provisioner:deploy