aboutsummaryrefslogblamecommitdiff
path: root/.drone.yml
blob: 67bf620c38a03e0ee4f8993cf534ddcede889f94 (plain) (tree)
1
2
3
4
5
6
7
8
9







              
          






                                  
                                                    
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