deploy: add troubleshooting information
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
e9e2e2b9e7
commit
f5224aa320
1 changed files with 5 additions and 1 deletions
|
@ -33,6 +33,7 @@ jobs:
|
||||||
- name: Fake DNS name for development # TODO: remove this step after switching DNS records
|
- name: Fake DNS name for development # TODO: remove this step after switching DNS records
|
||||||
run: |
|
run: |
|
||||||
echo '185.73.212.7 frostfs.info' >> /etc/hosts
|
echo '185.73.212.7 frostfs.info' >> /etc/hosts
|
||||||
|
curl -v --head frostfs.info
|
||||||
|
|
||||||
- name: Setup SSH environment
|
- name: Setup SSH environment
|
||||||
# TODO: add deploy conditions
|
# TODO: add deploy conditions
|
||||||
|
@ -49,7 +50,10 @@ jobs:
|
||||||
ssh-add ~/.ssh/key
|
ssh-add ~/.ssh/key
|
||||||
rm ~/.ssh/key
|
rm ~/.ssh/key
|
||||||
|
|
||||||
- run: make deploy
|
- name: make deploy
|
||||||
|
run: |
|
||||||
|
ssh-add -L
|
||||||
|
make deploy
|
||||||
# TODO: add deploy conditions
|
# TODO: add deploy conditions
|
||||||
env:
|
env:
|
||||||
SSH_AUTH_SOCK: /tmp/ssh_agent.socket
|
SSH_AUTH_SOCK: /tmp/ssh_agent.socket
|
||||||
|
|
Loading…
Reference in a new issue