This commit is contained in:
parent
a5b1af5a6b
commit
a103b53d74
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
deploy:
|
deploy:
|
||||||
image: registry.nulo.in/sutty/haini.sh@sha256:e2003b2668399c04bf410d49bfc131fe749c5bea7b8091fa67101deb278a44bd
|
image: registry.nulo.in/sutty/haini.sh@sha256:4bce5f8edecac49d10d1057950535d2f366509b75ee30f0d39daa42dec9f09c4
|
||||||
environment:
|
environment:
|
||||||
# ¡MOCK!
|
# ¡MOCK!
|
||||||
- RAILS_MASTER_KEY=5d2d51406b25ff9c3465122d0732e72c
|
- RAILS_MASTER_KEY=5d2d51406b25ff9c3465122d0732e72c
|
||||||
commands:
|
commands:
|
||||||
|
- sudo chown suttier:suttier -R .
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||||
- mkdir ~/.ssh/
|
- mkdir ~/.ssh/
|
||||||
|
|
Loading…
Reference in a new issue