mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
meta: janeway version bump, new glob target
Replaces ~lomlyx with ~hanruc due to the former's impending retirement.
This commit is contained in:
parent
f4119de553
commit
388fc95587
2
.github/actions/glob/Dockerfile
vendored
2
.github/actions/glob/Dockerfile
vendored
@ -1,4 +1,4 @@
|
|||||||
FROM jaredtobin/janeway:v0.15.2
|
FROM jaredtobin/janeway:v0.15.3
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
EXPOSE 22/tcp
|
EXPOSE 22/tcp
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
4
.github/workflows/glob.yml
vendored
4
.github/workflows/glob.yml
vendored
@ -6,14 +6,14 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
glob:
|
glob:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "Create and deploy a glob to ~lomlyx-lopsem-nidsut-tomdun"
|
name: "Create and deploy a glob to ~hanruc-nalfus-nidsut-tomdun"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- uses: ./.github/actions/glob
|
- uses: ./.github/actions/glob
|
||||||
with:
|
with:
|
||||||
ship: 'lomlyx-lopsem-nidsut-tomdun'
|
ship: 'hanruc-nalfus-nidsut-tomdun'
|
||||||
credentials: ${{ secrets.JANEWAY_SERVICE_KEY }}
|
credentials: ${{ secrets.JANEWAY_SERVICE_KEY }}
|
||||||
ssh-sec-key: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
ssh-sec-key: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||||
ssh-pub-key: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
ssh-pub-key: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user