Skip to content

Commit c0a6240

Browse files
committed
Remove Linode references from workflows - use generic Server naming
1 parent c217a5d commit c0a6240

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: List downloaded artifact
4747
run: ls -la build-files
4848

49-
- name: Ensure target directory exists on Linode
49+
- name: Ensure target directory exists on Server
5050
uses: appleboy/ssh-action@master
5151
with:
5252
host: ${{ secrets.SERVER_HOST }}
@@ -55,7 +55,7 @@ jobs:
5555
script: |
5656
mkdir -p /root/address-validation-service
5757
58-
- name: Copy Build Files to Linode Server
58+
- name: Copy Build Files to Server
5959
uses: appleboy/scp-action@master
6060
with:
6161
host: ${{ secrets.SERVER_HOST }}
@@ -65,7 +65,7 @@ jobs:
6565
target: '/root/address-validation-service/'
6666
strip_components: 1
6767

68-
- name: Create .env file on Linode
68+
- name: Create .env file on Server
6969
uses: appleboy/ssh-action@master
7070
with:
7171
host: ${{ secrets.SERVER_HOST }}
@@ -90,7 +90,7 @@ jobs:
9090
key: ${{ secrets.SSH_PRIVATE_KEY }}
9191
script: 'ls -la /root/address-validation-service/'
9292

93-
- name: Install Node Modules on Linode
93+
- name: Install Node Modules on Server
9494
uses: appleboy/ssh-action@master
9595
with:
9696
host: ${{ secrets.SERVER_HOST }}
@@ -102,7 +102,7 @@ jobs:
102102
# Rebuild native modules for current Node version
103103
npm rebuild || true
104104
105-
- name: Start or Reload and Save PM2 Process on Linode
105+
- name: Start or Reload and Save PM2 Process on Server
106106
uses: appleboy/ssh-action@master
107107
with:
108108
host: ${{ secrets.SERVER_HOST }}

0 commit comments

Comments
 (0)