chore: Update pipeline to deploy on all commits
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 2m34s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 27s
Deploy to Staging / Verify Staging (pull_request) Successful in 5s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 5s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 2m34s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 27s
Deploy to Staging / Verify Staging (pull_request) Successful in 5s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 5s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 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
|
||||
|
||||
name: Deploy to Staging
|
||||
@@ -9,6 +9,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
env:
|
||||
REGISTRY: git.motovaultpro.com
|
||||
|
||||
Reference in New Issue
Block a user