File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Deploy php 8.3
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - ' php-8.3/**'
7
+ branches :
8
+ - " master"
9
+
10
+ concurrency :
11
+ group : php-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
+ cancel-in-progress : true
13
+
14
+ jobs :
15
+ deploy :
16
+ name : Deploy
17
+ uses : ./.github/workflows/vercel.yml
18
+ secrets : inherit
19
+ with :
20
+ projectId : " prj_8Sr1ZZvQgIfYaChCekr4yv3byJnV"
21
+ projectPath : " php-8.3"
Original file line number Diff line number Diff line change
1
+ name : Deploy php exec
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - ' php-exec/**'
7
+ branches :
8
+ - " master"
9
+
10
+ concurrency :
11
+ group : php-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
+ cancel-in-progress : true
13
+
14
+ jobs :
15
+ deploy :
16
+ name : Deploy
17
+ uses : ./.github/workflows/vercel.yml
18
+ secrets : inherit
19
+ with :
20
+ projectId : " prj_1twKaUwaHQHV0M3YfoLY626vwIaQ"
21
+ projectPath : " php-exec"
You can’t perform that action at this time.
0 commit comments