Skip to content

Commit

Permalink
update ci/cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Jun 25, 2024
1 parent 2791696 commit 6eaa50a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ on:
branches: [ "ci_cd", "development", "master" ]
pull_request:
branches: [ "ci_cd", "development", "master" ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.9, 3.10.6, 3.11]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -61,8 +56,9 @@ jobs:
export DOCKER_BUILDKIT=1
make build
docker run -d --rm --name coldfront -v `pwd`:/usr/src/app \
-e PLUGIN_SFTOCF=True -e PLUGIN_IFX=True -e NEO4JP=${{ secrets.NEO4JP }} \
-e PLUGIN_FASRC=True -e PLUGIN_LDAP=True -e PLUGIN_API=True \
-e PLUGIN_SFTOCF=True -e SFUSER=${{ secrets.SFUSER }} -e SFPASS=${{ secrets.SFPASS }} \
-e PLUGIN_IFX=True -e PLUGIN_FASRC=True -e NEO4JP=${{ secrets.NEO4JP }} \
-e PLUGIN_API=True -e PLUGIN_LDAP=True \
-e AUTH_LDAP_SERVER_URI=${{ secrets.AUTH_LDAP_SERVER_URI }} \
-e AUTH_LDAP_BIND_DN=${{ secrets.AUTH_LDAP_BIND_DN }} \
-e AUTH_LDAP_BIND_PASSWORD=${{ secrets.AUTH_LDAP_BIND_PASSWORD }} \
Expand Down

0 comments on commit 6eaa50a

Please sign in to comment.