aboutsummaryrefslogblamecommitdiff
path: root/.drone.yml
blob: 1006ab464ffaf29cad00c6ea9db5980a7b610bf6 (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 develop
      - ./scripts/deploy.sh