mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 21:12:56 +03:00
meta: stage a 'glob' GitHub workflow
Adds a workflow that executes the 'glob' action on every push and pull request to the 'release/next-js' branch. (For now this is just staged to the 'jt/lacd' branch for testing.)
This commit is contained in:
parent
7b1b4d8cc6
commit
03ed832737
21
.github/workflows/glob.yml
vendored
Normal file
21
.github/workflows/glob.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: glob
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'jt/lacd'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- 'jt/lacd'
|
||||||
|
jobs:
|
||||||
|
glob:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: "Create and deploy a glob to ~lomlyx-lopsem-nidsut-tomdun"
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: .github/actions/glob
|
||||||
|
with:
|
||||||
|
- ship: 'lomlyx-lopsem-nidsut-tomdun'
|
||||||
|
- credentials: ${{ secrets.JANEWAY_SERVICE_KEY }}
|
||||||
|
- ssh-sec-key: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||||
|
- ssh-pub-key: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user