Skip to content

Commit

Permalink
add ssh options (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-rash authored Feb 28, 2024
1 parent 856d597 commit 0d33a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ui_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
-
name: Stop QA Server
run: |
ssh root@natster-ui systemctl stop natster-ui-qa.service
ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" root@natster-ui.pig-bee.ts.net systemctl stop natster-ui-qa.service
-
name: Update QA server on host
run: |
scp root@natster-ui natster-ui-server-qa /usr/local/bin/natster-ui-server-qa
scp -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" root@natster-ui.pig-bee.ts.net natster-ui-server-qa /usr/local/bin/natster-ui-server-qa
-
name: Restart QA Server
run: |
ssh root@natster-ui systemctl start natster-ui-qa.service
ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" root@natster-ui.pig-bee.ts.net systemctl start natster-ui-qa.service

0 comments on commit 0d33a12

Please sign in to comment.