-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (36 loc) · 982 Bytes
/
deploy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Deploy
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- dev
permissions:
actions: read
contents: read
jobs:
debug:
uses: ./.github/workflows/debug.yml
secrets: inherit
deploy:
needs: debug
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@master
with:
name: artifact
path: dist
- name: Deploy
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 45827a0c304016dadad59d48333b24aa
gist_description: " iRingo: ✈ TestFlight β"
file_path: dist/request.js
- name: Deploy
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 45827a0c304016dadad59d48333b24aa
gist_description: " iRingo: ✈ TestFlight β"
file_path: dist/response.js