Skip to content

Commit

Permalink
Merge pull request #299 from Build-Squad/mudit/eng-236-dynamic-config…
Browse files Browse the repository at this point in the history
…uration-for-network-and-rpc-endpoint

Mudit/eng 236 dynamic configuration for network and rpc endpoint
  • Loading branch information
varsha1305nav authored Apr 4, 2024
2 parents 8cd2e08 + 1ec9bb3 commit e1288b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cd src/api/marketplace
source venv/bin/activate
pip3 install -r requirements.txt
pip3 uninstall pyxfluencer -y
pip3 install pyxfluencer-1.2.1-py3-none-any.whl
python3 manage.py migrate
python3 manage.py collectstatic -link --noinput
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_prod_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
cd src/api/marketplace
source venv/bin/activate
pip3 install -r requirements.txt
pip3 uninstall pyxfluencer -y
pip3 install pyxfluencer-1.2.1-py3-none-any.whl
python3 manage.py migrate
python3 manage.py collectstatic -link --noinput
Expand Down

0 comments on commit e1288b7

Please sign in to comment.