mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-19 14:43:17 +00:00
fix
This commit is contained in:
parent
03a8b72f68
commit
e8174dbdff
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ jobs:
|
|||
- npm run build
|
||||
|
||||
- stage: deploy
|
||||
env: VUE_APP_ALERTA_ENDPOINT=https://alerta-api.herokuapp.com
|
||||
env:
|
||||
- VUE_APP_ALERTA_ENDPOINT: https://alerta-api.herokuapp.com
|
||||
script: npm run build
|
||||
deploy:
|
||||
- provider: pages
|
||||
|
|
Loading…
Reference in a new issue