Skip to content

Commit

Permalink
Meta: update repository files
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jun 14, 2020
1 parent 7ef04e0 commit 8415b76
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 19 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
@@ -0,0 +1,26 @@
name: Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
# Note: `python` will also be this version, which various scripts depend on.
- uses: actions/setup-python@v2
with:
python-version: 3.8
# Note: `make deploy` will do a deploy dry run on PRs.
- run: make deploy
env:
SERVER: ${{ secrets.MARQUEE_SERVER }}
SERVER_PUBLIC_KEY: ${{ secrets.MARQUEE_PUBLIC_KEY }}
SERVER_DEPLOY_KEY: ${{ secrets.MARQUEE_DEPLOY_KEY }}
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,6 +1,4 @@
/fullscreen.spec.whatwg.org/
/deploy.sh
/deploy_key
/deploy_key.pub
/fullscreen.html
/review.sh
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

Binary file removed deploy_key.enc
Binary file not shown.

0 comments on commit 8415b76

Please sign in to comment.