Version 2.1.0-c - Edit Pipeline
Some checks failed
Subsonics Deployment / deploy (push) Failing after 4s
Some checks failed
Subsonics Deployment / deploy (push) Failing after 4s
This commit is contained in:
parent
f412d54048
commit
9d5e612d3b
@ -15,8 +15,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Update and upgrade server
|
- name: Update and upgrade server
|
||||||
run: |
|
run: |
|
||||||
ssh raphix@raphix.fr sudo apt update -y
|
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null raphix@raphix.fr sudo apt update -y
|
||||||
ssh raphix@raphix.fr sudo apt upgrade -y
|
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null raphix@raphix.fr sudo apt upgrade -y
|
||||||
|
|
||||||
- name: Run deployment script
|
- name: Run deployment script
|
||||||
run: ssh raphix@raphix.fr sudo -S -u gitlab-ci /home/gitlab-ci/subsonics_deploy.sh
|
run: ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null raphix@raphix.fr sudo -S -u gitlab-ci /home/gitlab-ci/subsonics_deploy.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user