File tree Expand file tree Collapse file tree 4 files changed +26
-19
lines changed Expand file tree Collapse file tree 4 files changed +26
-19
lines changed Original file line number Diff line number Diff line change
1
+ name : Build
2
+ on :
3
+ pull_request :
4
+ branches :
5
+ - master
6
+ push :
7
+ branches :
8
+ - master
9
+ jobs :
10
+ build :
11
+ name : Build
12
+ runs-on : ubuntu-20.04
13
+ steps :
14
+ - uses : actions/checkout@v2
15
+ with :
16
+ fetch-depth : 2
17
+ # Note: `python` will also be this version, which various scripts depend on.
18
+ - uses : actions/setup-python@v2
19
+ with :
20
+ python-version : 3.8
21
+ # Note: `make deploy` will do a deploy dry run on PRs.
22
+ - run : make deploy
23
+ env :
24
+ SERVER : ${{ secrets.MARQUEE_SERVER }}
25
+ SERVER_PUBLIC_KEY : ${{ secrets.MARQUEE_PUBLIC_KEY }}
26
+ SERVER_DEPLOY_KEY : ${{ secrets.MARQUEE_DEPLOY_KEY }}
Original file line number Diff line number Diff line change 1
1
/fullscreen.spec.whatwg.org /
2
2
/deploy.sh
3
- /deploy_key
4
- /deploy_key.pub
5
3
/fullscreen.html
6
4
/review.sh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments