Skip to content

Commit

Permalink
proxy use
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Jan 17, 2024
1 parent ffc22b7 commit 1598c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
python -m pip install --upgrade pip
pip install git+https://github.com/valory-xyz/propel-client.git@feature/service-deploy open-autonomy
- name: Make use proxy istead of actual nlb
run: |
sudo echo -e "\n35.180.69.115\tapp.propel.staging.valory.xyz\n" | sudo tee -a /etc/hosts
- name: Login to propel
run: |
$CMD login -u ${{ secrets.PROPEL_USERNAME }} -p ${{ secrets.PROPEL_PASSWORD }}
Expand Down

0 comments on commit 1598c4c

Please sign in to comment.