Merge branch 'master' into release/next-js

This commit is contained in:
Matilde Park 2021-01-05 18:53:48 -05:00
commit f24b1bdeac
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM jaredtobin/janeway:v0.13.2
FROM jaredtobin/janeway:v0.13.1
COPY entrypoint.sh /entrypoint.sh
EXPOSE 22/tcp
ENTRYPOINT ["/entrypoint.sh"]

View File

@ -10,7 +10,13 @@ chmod 600 service-account
chmod 600 id_ssh
chmod 600 id_ssh.pub
janeway release glob --dev --no-pill \
LANDSCAPE_STREAM="development"
export LANDSCAPE_STREAM
LANDSCAPE_SHORTHASH="${GITHUB_SHA:0:7}"
export LANDSCAPE_SHORTHASH
janeway release glob --no-pill \
--credentials service-account \
--ssh-key id_ssh \
--do-it-live \