This commit is contained in:
Tine 2024-02-19 11:09:31 +01:00
parent 27e1cccaf8
commit 07f41f879d
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 1 additions and 9 deletions

View file

@ -64,7 +64,7 @@ jobs:
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.6.0
- run: devbox run -- just deploy
- run: devbox run -- just deploy-fly
if : github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

View file

@ -1,8 +0,0 @@
name: Deploy
on:
push:
branches:
- main
jobs: