update path on noprobe
Deploy Website / build (push) Failing after 16s
Details
Deploy Website / build (push) Failing after 16s
Details
This commit is contained in:
parent
2eb6f53fca
commit
08a18b1200
|
@ -19,7 +19,6 @@ jobs:
|
||||||
# run: pip install --index-url https://git.jamesravey.me/api/packages/ravenscroftj/pypi/simple/ bstools
|
# run: pip install --index-url https://git.jamesravey.me/api/packages/ravenscroftj/pypi/simple/ bstools
|
||||||
- name: Deploy Site
|
- name: Deploy Site
|
||||||
run: |
|
run: |
|
||||||
apt install -y openssh-client
|
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
@ -27,7 +26,7 @@ jobs:
|
||||||
ssh \
|
ssh \
|
||||||
-i ~/.ssh/id_rsa \
|
-i ~/.ssh/id_rsa \
|
||||||
-t james@noprobe.rvns.xyz \
|
-t james@noprobe.rvns.xyz \
|
||||||
"cd /data/applications/brainsteam.co.uk; git pull; cd brainsteam; ./build.sh"
|
"cd /home/james/brainsteam.co.uk; git pull; cd brainsteam; ./build.sh"
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{secrets.SSH_KEY}}
|
SSH_PRIVATE_KEY: ${{secrets.SSH_KEY}}
|
||||||
|
|
Loading…
Reference in New Issue