fixup! Update CI pipleline for auto deployment
This commit is contained in:
parent
5c88f24f8e
commit
aac9de0ae0
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -37,5 +37,10 @@ jobs:
|
|||
- docs-ops.qo.is
|
||||
- system-vm
|
||||
steps:
|
||||
- name: "Deploy Profile ${{ matrix.profile }}"
|
||||
- name: Initialize CI
|
||||
uses: https://git.qo.is/qo.is/actions-nix-init@main
|
||||
with:
|
||||
token: ${{ secrets.CI_TOKEN }}
|
||||
lfs: false
|
||||
- name: "Deploy profile"
|
||||
run: "auto-deploy ${{ matrix.profile }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue