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

This commit is contained in:
James Brumond 2023-08-19 16:12:54 -07:00
parent 35b3d87f52
commit b3b2e25aae
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 name: Build and publish container images
on: on:
# - workflow_dispatch - workflow_dispatch
push: # push:
branches: # branches:
- master # - master
jobs: jobs:
build-and-publish: build-and-publish:

View File

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