stg deploy
All checks were successful
Deploy latest to staging environment / tag-image (push) Successful in 5s
Deploy latest to staging environment / deploy (push) Successful in 11s

This commit is contained in:
James Brumond 2023-08-19 13:47:51 -07:00
parent 5b7fad82a9
commit 28ed961afc
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 8 additions and 8 deletions

View File

@ -2,10 +2,10 @@
name: Build and publish container images
on:
# - workflow_dispatch
push:
branches:
- master
- workflow_dispatch
# push:
# branches:
# - master
jobs:
build-and-publish:

View File

@ -2,10 +2,10 @@
name: Deploy latest to staging environment
on:
- workflow_dispatch
# push:
# branches:
# - master
# - workflow_dispatch
push:
branches:
- master
jobs:
tag-image: