Update .gitea/workflows/UndeployPR.yaml
parent
c6f62df2c2
commit
398db54e15
|
@ -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 Undeploy script
|
||||
run: >
|
||||
python3 deploy/portainer/undeploy.py
|
||||
python deploy/portainer/undeploy.py
|
||||
--PORTAINER https://dvportainer.privatedns.org
|
||||
--PORTAINER_API_KEY=ptr_RwxH2Cd+htdD2FoFiG46erT9beyvj9VoF3BrQPtDH3Q=
|
||||
--PORTAINER_EP=CICD-runner
|
||||
|
|
Loading…
Reference in New Issue