Skip to content

Commit

Permalink
Restored production values to build_image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-atack committed Jan 2, 2024
1 parent 6e0790d commit d3b5062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build_Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
SMARS_ENVIRONMENT: 'staging'
DOMAIN_NAME: 'staging.freesmars.com'
SMARS_ENVIRONMENT: 'production'
DOMAIN_NAME: 'freesmars.com'
DOCKER_REPO: 'danatack/smars'
steps:
- name: Checkout Repository
Expand Down

0 comments on commit d3b5062

Please sign in to comment.