Skip to content

Commit a5b9002

Browse files
committed
add workflow
1 parent c3fae5a commit a5b9002

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Shuttle Deploy
22

33
on:
4+
schedule:
5+
- cron: "0 0 */28 * *"
46
push:
57
branches:
68
- main
@@ -12,7 +14,7 @@ jobs:
1214
steps:
1315
- uses: shuttle-hq/deploy-action@v2
1416
with:
15-
shuttle-api-key: ${{ secrets.SHUTTLE_API_KEY }}
17+
shuttle-api-key: 8wWEvQ8J3I84KmhO
1618
project-id: proj_0123456789
1719
working-directory: "axum-react-chat-app/backend"
1820
cargo-shuttle-version: "0.49.0"

0 commit comments

Comments
 (0)