-
Notifications
You must be signed in to change notification settings - Fork 54
51 lines (49 loc) · 1.66 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
name: Deploy
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- dev
permissions:
actions: read
contents: read
jobs:
dev:
uses: ./.github/workflows/dev.yml
secrets: inherit
deploy:
needs: dev
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@master
with:
name: artifact
- name: Deploy Composite.Subtitles.response
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 92cd6fbcde657fb43c67ed7f2430a994
gist_description: "🍿️ DualSubs: 🎦 Universal β"
file_path: dist/Composite.Subtitles.response.bundle.js
- name: Deploy External.Lyrics.response
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 92cd6fbcde657fb43c67ed7f2430a994
gist_description: "🍿️ DualSubs: 🎦 Universal β"
file_path: dist/External.Lyrics.response.bundle.js
- name: Deploy Manifest.response
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 92cd6fbcde657fb43c67ed7f2430a994
gist_description: "🍿️ DualSubs: 🎦 Universal β"
file_path: dist/Manifest.response.bundle.js
- name: Deploy Translate.response
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 92cd6fbcde657fb43c67ed7f2430a994
gist_description: "🍿️ DualSubs: 🎦 Universal β"
file_path: dist/Translate.response.bundle.js