Compare commits
No commits in common. "a103b53d74a3dcce45fb8bb5892e2950e27c8713" and "436ee1d0484fc8447271108e30e1b8c417cea85f" have entirely different histories.
a103b53d74
...
436ee1d048
1 changed files with 2 additions and 3 deletions
|
@ -1,13 +1,12 @@
|
|||
pipeline:
|
||||
deploy:
|
||||
image: registry.nulo.in/sutty/haini.sh@sha256:4bce5f8edecac49d10d1057950535d2f366509b75ee30f0d39daa42dec9f09c4
|
||||
image: registry.nulo.in/sutty/haini.sh@sha256:e2003b2668399c04bf410d49bfc131fe749c5bea7b8091fa67101deb278a44bd
|
||||
environment:
|
||||
# ¡MOCK!
|
||||
- RAILS_MASTER_KEY=5d2d51406b25ff9c3465122d0732e72c
|
||||
commands:
|
||||
- sudo chown suttier:suttier -R .
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||
- echo "$SSH_KEY" | tr -d '\r' | ssh-add -
|
||||
- mkdir ~/.ssh/
|
||||
- chmod 700 ~/.ssh
|
||||
- echo athshe.sutty.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOhlnG9AbfzYmq36vrIRViYTVf7llQtEW/SXlGRVyhqe > ~/.ssh/known_hosts
|
||||
|
|
Loading…
Reference in a new issue