Skip to content

Commit 3212829

Browse files
committed
Merge branch 'develop' of https://github.com/ivinjabraham/root into develop
2 parents 84cf33d + 466f30f commit 3212829

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Shuttle Deploy
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
workflow_dispatch:
8+
9+
jobs:
10+
deploy:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: shuttle-hq/deploy-action@main
14+
with:
15+
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
16+
name: "root"

.github/workflows/shuttle-run.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: shuttle-run
2+
on:
3+
pull_request:
4+
branches: [ "master", "develop" ]
5+
6+
jobs:
7+
run-project:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v4
12+
13+
- name: Run shuttle project locally.
14+
uses: ivinjabraham/shuttle-run@v1.1

0 commit comments

Comments
 (0)