fix(workflows): clean up node.yaml by removing unnecessary whitespace
This commit is contained in:
parent
337f93848f
commit
b7c34446da
1 changed files with 2 additions and 3 deletions
|
@ -21,8 +21,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
|
|
||||||
- name: Copy files to deployment location
|
- name: Copy files to deployment location
|
||||||
run: |
|
run: |
|
||||||
sudo cp ./* /opt/gbo/bin/BotServer/
|
sudo cp ./* /opt/gbo/bin/BotServer/
|
||||||
|
@ -50,4 +49,4 @@ jobs:
|
||||||
|
|
||||||
- name: Reload and enable service
|
- name: Reload and enable service
|
||||||
run: |
|
run: |
|
||||||
npm run start &
|
npm run start &
|
||||||
|
|
Loading…
Add table
Reference in a new issue