Skip to content

Commit

Permalink
try to deploy to dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Aug 3, 2024
1 parent 1e84108 commit 01fe435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Docker Image

on:
push:
branches: [ main ]
branches: [ wdn/helm ] #FIXME!!!!!!!!!!!!!!!!!

permissions: read-all

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
environment: dev3
needs: push_to_registry
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main' # FIXME!!!!!!!!!!!!!!!!!!!
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 01fe435

Please sign in to comment.