diff options
Diffstat (limited to '.github/workflows/deploy.yaml')
| -rw-r--r-- | .github/workflows/deploy.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml deleted file mode 100644 index 4846d57..0000000 --- a/.github/workflows/deploy.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Deploy -on: - push: - branches: - - main - paths-ignore: - - '.github/**' - -jobs: - production: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v18 - with: - extra_nix_config: | - experimental-features = nix-command flakes - - run: nix --log-format raw -L run .#deploy - env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} |
