mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
ci: fix
This commit is contained in:
parent
27e1cccaf8
commit
07f41f879d
2 changed files with 1 additions and 9 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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 }}
|
||||
|
|
8
.github/workflows/deploy.yaml
vendored
8
.github/workflows/deploy.yaml
vendored
|
@ -1,8 +0,0 @@
|
|||
name: Deploy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in a new issue