deploy: add troubleshooting information
Some checks failed
build static site / build (pull_request) Failing after 23s
build static site / build (push) Has been cancelled

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-08-29 13:23:26 +03:00
parent e9e2e2b9e7
commit f5224aa320

View file

@ -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