meta: janeway version bump, new glob target

Replaces ~lomlyx with ~hanruc due to the former's impending retirement.
This commit is contained in:
Jared Tobin 2021-06-17 00:31:22 +09:00
parent f4119de553
commit 388fc95587
2 changed files with 3 additions and 3 deletions

View File

@ -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"]

View File

@ -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 }}