update path building
This commit is contained in:
@ -10,8 +10,10 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- dir: /opt/website
|
||||
base_path: /varo
|
||||
service: website
|
||||
- dir: /opt/website-test
|
||||
base_path: /testvaro
|
||||
service: website-test
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -29,6 +31,8 @@ jobs:
|
||||
run: npm i
|
||||
|
||||
- name: Build website
|
||||
env:
|
||||
BASE_PATH: ${{ matrix.base_path }}
|
||||
run: npm run build
|
||||
|
||||
- name: Deploy
|
||||
|
Reference in New Issue
Block a user