cleanup; attempt stg deploy
All checks were successful
Deploy latest to staging environment / tag-image (push) Successful in 24s
Deploy latest to staging environment / deploy (push) Successful in 1m2s

This commit is contained in:
2023-08-18 19:20:54 -07:00
parent 5ba55708e9
commit 0ef63ceace
3 changed files with 8 additions and 138 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,7 +2,10 @@
name: Deploy latest to staging environment
on:
- workflow_dispatch
# - workflow_dispatch
push:
branches:
- master
jobs:
tag-image: