Skip to content

Commit

Permalink
Deploy to beta site for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdconn00 committed Feb 25, 2024
1 parent eccc6c7 commit 16d1f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy to Development

on:
push:
branches: [development]
branches: [DD_controller_profile_cert_records]

jobs:
build-docker-image:
Expand All @@ -11,7 +11,7 @@ jobs:
- name: Checkout master
uses: actions/checkout@v2
with:
ref: "development"
ref: "DD_controller_profile_cert_records"
- name: Log in to container registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 16d1f27

Please sign in to comment.