Update .gitea/workflows/DeployPR.yaml

pull/10/head
lars 2023-10-05 01:02:21 +00:00
parent 3a5b246220
commit c6f62df2c2
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
- name: Install pip packages - name: Install pip packages
run: pip3 install requests python-dotenv --quiet run: pip install requests python-dotenv --quiet
- name: Run Deploy script - name: Run Deploy script
run: > run: >
python3 deploy/portainer/deploy.py python deploy/portainer/deploy.py
--PORTAINER https://dvportainer.privatedns.org --PORTAINER https://dvportainer.privatedns.org
--PORTAINER_API_KEY=ptr_RwxH2Cd+htdD2FoFiG46erT9beyvj9VoF3BrQPtDH3Q= --PORTAINER_API_KEY=ptr_RwxH2Cd+htdD2FoFiG46erT9beyvj9VoF3BrQPtDH3Q=
--PORTAINER_EP=CICD-runner --PORTAINER_EP=CICD-runner