Skip to content

Commit

Permalink
build: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Oct 18, 2023
1 parent fa9d108 commit 44cc99b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ env:
DEPLOYMENT_NAME: nmrxiv-nmrxiv-app
SCHEDULER_DEPLOYMENT_NAME: nmrxiv-scheduler
WORKER_DEPLOYMENT_NAME: nmrxiv-worker
REPOSITORY_NAME: nmrxiv-prod
APP_IMAGE: nmrxiv-app
NGINX_IMAGE: nmrxiv-nginx
DOCKER_HUB_USERNAME : ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD : ${{ secrets.DOCKER_HUB_PASSWORD }}
REPOSITORY_NAME: nmrxiv
REPOSITORY_NAMESPACE: nfdi4chem


jobs:
Expand All @@ -23,6 +24,7 @@ jobs:
setup-build-publish-deploy:
name: Build & deploy to production
if: github.ref == 'refs/heads/prod-helm-deploy'
needs: php-unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 44cc99b

Please sign in to comment.