Skip to content

Commit

Permalink
backend
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Aug 17, 2024
1 parent 329f658 commit a9192e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- meshdb
- james/helm

permissions: read-all

Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
with:
environment: dev3
secrets: inherit
if: github.ref == 'refs/heads/meshdb'
#if: github.ref == 'refs/heads/meshdb'

deploy_to_prod1:
name: Deploy to prod 1
Expand All @@ -53,4 +54,4 @@ jobs:
with:
environment: prod1
secrets: inherit
if: github.ref == 'refs/heads/meshdb'
#if: github.ref == 'refs/heads/meshdb'

0 comments on commit a9192e4

Please sign in to comment.