File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ jobs:
18
18
19
19
steps :
20
20
21
- - uses : github/branch-deploy@v5.0 .0
21
+ - uses : github/branch-deploy@v5.1 .0
22
22
id : branch-deploy
23
23
with :
24
24
admins : the-hideout/core-contributors
25
25
admins_pat : ${{ secrets.BRANCH_DEPLOY_ADMINS_PAT }}
26
+ environment_targets : production,development
27
+ environment_urls : production|https://api.tarkov.dev/graphql,development|https://dev-api.tarkov.dev/graphql
26
28
27
29
- name : Checkout
28
30
if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
62
64
The API has been **deployed** to the **development** environment 🚀
63
65
64
66
- Endpoint: \`dev-api.tarkov.dev\`
65
- - Playground: [dev-api.tarkov.dev/___graphql](https://dev-api.tarkov.dev/___graphql )
67
+ - Playground: [dev-api.tarkov.dev/___graphql](https://dev-api.tarkov.dev/graphql )
66
68
67
69
> Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Workflow: \`${{ github.workflow }}\`;
68
70
86
88
The API has been **deployed** to the **production** environment 🚀
87
89
88
90
- Endpoint: \`api.tarkov.dev\`
89
- - Playground: [api.tarkov.dev/___graphql](https://api.tarkov.dev/___graphql )
91
+ - Playground: [api.tarkov.dev/___graphql](https://api.tarkov.dev/graphql )
90
92
91
93
> Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Workflow: \`${{ github.workflow }}\`;
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
# Comment on new PR requests with deployment instructions
18
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@ v3.0.2
18
+ - uses : actions/checkout@v3.3.0
19
19
- name : comment
20
- uses : GrantBirki/comment@5f428382792637d756694f5e0ca49ba56354125c # pin@ v2.0.0
20
+ uses : GrantBirki/comment@v2.0.3
21
21
continue-on-error : true
22
22
with :
23
23
file : .github/new-pr-comment.md
You can’t perform that action at this time.
0 commit comments