Skip to content

Commit 937b70b

Browse files
committed
Build and deploy beta script
1 parent e784d8c commit 937b70b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/deploy_beta.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: deploy
2+
3+
on:
4+
push:
5+
branches:
6+
- 'laravel-beta'
7+
8+
jobs:
9+
deploy_staging:
10+
uses: ./.github/workflows/deploy.yml
11+
with:
12+
envname: beta
13+
docker_tag: beta
14+
docker_port: 8002
15+
secrets:
16+
host: ${{secrets.HOST}}
17+
user: ${{secrets.USER}}
18+
private_key: ${{secrets.PRIVATE_KEY}}
19+
20+
21+

0 commit comments

Comments
 (0)