actions: init lukegbcom deployer workflow
Some checks failed
/ build (push) Failing after 18s
/ build (aarch64-linux) (push) Successful in 1m9s
/ build (x86_64-linux) (push) Successful in 2m14s
/ combine-systems (push) Successful in 4s

This commit is contained in:
Luke Granger-Brown 2024-12-30 03:04:55 +00:00
parent d5dd8acfcd
commit 7e817b6c69

View file

@ -0,0 +1,17 @@
on: [push]
jobs:
build:
runs-on: cacher
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Drop in ops/secrets/default.nix
run: |
echo "$OPS_SECRETS_DEFAULTNIX" > ops/secrets/default.nix
env:
OPS_SECRETS_DEFAULTNIX: "${{ secrets.OPS_SECRETS_DEFAULTNIX }}"
- name: Build and deploy
run: |
web/lukegbcom/deploy.sh