Skip to content

Commit 52eedb5

Browse files
committed
devops: Use new deploy script
1 parent 986c283 commit 52eedb5

File tree

7 files changed

+56
-56
lines changed

7 files changed

+56
-56
lines changed

.github/workflows/deploy-to-demo.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: executing remote ssh commands
20-
uses: appleboy/ssh-action@v1.0.0
21-
with:
22-
host: niue.statbus.org
23-
username: statbus_demo
24-
key: ${{ secrets.SSH_KEY }}
25-
command_timeout: 60m
26-
script: /usr/local/bin/deploy-statbus.sh
19+
- name: executing remote ssh commands
20+
uses: appleboy/ssh-action@v1.0.0
21+
with:
22+
host: niue.statbus.org
23+
username: statbus_demo
24+
key: ${{ secrets.SSH_KEY }}
25+
command_timeout: 60m
26+
script: statbus/devops/deploy.sh

.github/workflows/deploy-to-et.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: executing remote ssh commands
20-
uses: appleboy/ssh-action@v1.0.0
21-
with:
22-
host: niue.statbus.org
23-
username: statbus_et
24-
key: ${{ secrets.SSH_KEY }}
25-
command_timeout: 60m
26-
script: /usr/local/bin/deploy-statbus.sh
19+
- name: executing remote ssh commands
20+
uses: appleboy/ssh-action@v1.0.0
21+
with:
22+
host: niue.statbus.org
23+
username: statbus_et
24+
key: ${{ secrets.SSH_KEY }}
25+
command_timeout: 60m
26+
script: statbus/devops/deploy.sh

.github/workflows/deploy-to-jo.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: executing remote ssh commands
20-
uses: appleboy/ssh-action@v1.0.0
21-
with:
22-
host: niue.statbus.org
23-
username: statbus_jo
24-
key: ${{ secrets.SSH_KEY }}
25-
command_timeout: 60m
26-
script: /usr/local/bin/deploy-statbus.sh
19+
- name: executing remote ssh commands
20+
uses: appleboy/ssh-action@v1.0.0
21+
with:
22+
host: niue.statbus.org
23+
username: statbus_jo
24+
key: ${{ secrets.SSH_KEY }}
25+
command_timeout: 60m
26+
script: statbus/devops/deploy.sh

.github/workflows/deploy-to-ma.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: executing remote ssh commands
20-
uses: appleboy/ssh-action@v1.0.0
21-
with:
22-
host: niue.statbus.org
23-
username: statbus_ma
24-
key: ${{ secrets.SSH_KEY }}
25-
command_timeout: 60m
26-
script: /usr/local/bin/deploy-statbus.sh
19+
- name: executing remote ssh commands
20+
uses: appleboy/ssh-action@v1.0.0
21+
with:
22+
host: niue.statbus.org
23+
username: statbus_ma
24+
key: ${{ secrets.SSH_KEY }}
25+
command_timeout: 60m
26+
script: statbus/devops/deploy.sh

.github/workflows/deploy-to-no.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: executing remote ssh commands
20-
uses: appleboy/ssh-action@v1.0.0
21-
with:
22-
host: niue.statbus.org
23-
username: statbus_no
24-
key: ${{ secrets.SSH_KEY }}
25-
command_timeout: 60m
26-
script: /usr/local/bin/deploy-statbus.sh
19+
- name: executing remote ssh commands
20+
uses: appleboy/ssh-action@v1.0.0
21+
with:
22+
host: niue.statbus.org
23+
username: statbus_no
24+
key: ${{ secrets.SSH_KEY }}
25+
command_timeout: 60m
26+
script: statbus/devops/deploy.sh

.github/workflows/deploy-to-tcc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: executing remote ssh commands
20-
uses: appleboy/ssh-action@v1.0.0
21-
with:
22-
host: niue.statbus.org
23-
username: statbus_tcc
24-
key: ${{ secrets.SSH_KEY }}
25-
command_timeout: 60m
26-
script: /usr/local/bin/deploy-statbus.sh
19+
- name: executing remote ssh commands
20+
uses: appleboy/ssh-action@v1.0.0
21+
with:
22+
host: niue.statbus.org
23+
username: statbus_tcc
24+
key: ${{ secrets.SSH_KEY }}
25+
command_timeout: 60m
26+
script: statbus/devops/deploy.sh

.github/workflows/deploy-to-ug.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
deploy:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: executing remote ssh commands
20-
uses: appleboy/ssh-action@v1.0.0
21-
with:
22-
host: niue.statbus.org
23-
username: statbus_ug
24-
key: ${{ secrets.SSH_KEY }}
25-
command_timeout: 60m
26-
script: /usr/local/bin/deploy-statbus.sh
19+
- name: executing remote ssh commands
20+
uses: appleboy/ssh-action@v1.0.0
21+
with:
22+
host: niue.statbus.org
23+
username: statbus_ug
24+
key: ${{ secrets.SSH_KEY }}
25+
command_timeout: 60m
26+
script: statbus/devops/deploy.sh

0 commit comments

Comments
 (0)