notohh
fa3e9e7058
Some checks failed
fmt check / check (push) Has been cancelled
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 18m20s
15 lines
476 B
YAML
15 lines
476 B
YAML
name: deploy systems
|
|
|
|
on: [push]
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: install nix action
|
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
|
with:
|
|
github-token: ${{ secrets.GH_TOKEN }}
|
|
- name: deploy
|
|
run: |
|
|
nix run github:serokell/deploy-rs -- --ssh-opts="-i ${{secrets.TEST_SSH_DEPLOY_KEY}}" --targets .#sakura .#yuki .#arashi .#kariru .#sora
|