mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +01:00
Include config in Gemini deploy
This commit is contained in:
parent
1a53ef8ba1
commit
7b976780dc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -129,6 +129,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare for Fly deployment (Gemini)
|
- name: Prepare for Fly deployment (Gemini)
|
||||||
uses: superfly/flyctl-actions/setup-flyctl@master
|
uses: superfly/flyctl-actions/setup-flyctl@master
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: capsule
|
name: capsule
|
||||||
|
|
Loading…
Reference in a new issue