Skip to content

Commit

Permalink
build: add environment
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Oct 19, 2023
1 parent 40bc0d7 commit 27d2add
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
DOCKER_HUB_PASSWORD : ${{ secrets.DOCKER_HUB_PASSWORD }}
REPOSITORY_NAME: nmrxiv
REPOSITORY_NAMESPACE: nfdi4chem
DEV_URL: https://dev.nmrxiv.org

jobs:
# php-unit-test:
Expand Down Expand Up @@ -71,6 +72,9 @@ jobs:
name: Build & deploy to development
runs-on: ubuntu-latest
needs: php-unit-test
environment:
name: Dev
url: ${{ env.DEV_URL }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 27d2add

Please sign in to comment.