mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 17:32:11 +03:00
7b1b4d8cc6
This action, when supplied with the appropriate arguments, will create a Landscape glob from GITHUB_SHA [1] and deploy it OTA to the appropriate ship. It needs to be supplied the following: * ship name * base64-encoded GCP Service Account credentials * a base64-encoded SSH secret key to be used for GCP actions * the corresponding base64-encoded SSH public key [1]: https://docs.github.com/en/free-pro-team@latest/actions/reference/environment-variables
6 lines
119 B
Docker
6 lines
119 B
Docker
FROM jaredtobin/janeway:v0.13.1
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
USER 0:0
|
|
EXPOSE 22/tcp
|
|
ENTRYPOINT ["/entrypoint.sh"]
|