blob: 67bf620c38a03e0ee4f8993cf534ddcede889f94 (
plain) (
tree)
|
|
kind: pipeline
type: exec
name: default
trigger:
event:
- push
branch:
- main
steps:
- name: deploy
environment:
FLY_API_TOKEN:
from_secret: FLY_API_TOKEN
commands:
- nix shell --command bash ./scripts/deploy.sh
|