feat: Dashboard - Vehicle Fleet Overview (#2) #3
@@ -1,5 +1,5 @@
|
|||||||
# MotoVaultPro Staging Deployment Workflow
|
# MotoVaultPro Staging Deployment Workflow
|
||||||
# Triggers on push to main, builds and deploys to staging.motovaultpro.com
|
# Triggers on push to main or any pull request, builds and deploys to staging.motovaultpro.com
|
||||||
# After verification, sends notification with link to trigger production deploy
|
# After verification, sends notification with link to trigger production deploy
|
||||||
|
|
||||||
name: Deploy to Staging
|
name: Deploy to Staging
|
||||||
@@ -9,6 +9,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.motovaultpro.com
|
REGISTRY: git.motovaultpro.com
|
||||||
|
|||||||
Reference in New Issue
Block a user