Files
sheetless-server/.gitea/workflows/deploy.yml
T
julian 1effab5812
Build and Deploy / deploy (push) Failing after 1m0s
ci: Use cachix instead of determinate systems installer
2026-06-04 12:36:27 +02:00

24 lines
566 B
YAML

name: Build and Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build and Push Docker Image
env:
REGISTRY_USERNAME: ${{ secrets.CONTAINER_REGISTRY_GITEA_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_GITEA_PASSWORD }}
run: nix run .#deploy