From c6f62df2c2c25be11616f854cf8dacc4daa24e17 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:02:21 +0000 Subject: [PATCH] Update .gitea/workflows/DeployPR.yaml --- .gitea/workflows/DeployPR.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/DeployPR.yaml b/.gitea/workflows/DeployPR.yaml index fa249d1..0a545b3 100644 --- a/.gitea/workflows/DeployPR.yaml +++ b/.gitea/workflows/DeployPR.yaml @@ -11,10 +11,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 - name: Install pip packages - run: pip3 install requests python-dotenv --quiet + run: pip install requests python-dotenv --quiet - name: Run Deploy script run: > - python3 deploy/portainer/deploy.py + python deploy/portainer/deploy.py --PORTAINER https://dvportainer.privatedns.org --PORTAINER_API_KEY=ptr_RwxH2Cd+htdD2FoFiG46erT9beyvj9VoF3BrQPtDH3Q= --PORTAINER_EP=CICD-runner