ActRunner #8

Merged
lars merged 9 commits from ActRunner into main 2023-10-05 00:59:46 +00:00
2 changed files with 47 additions and 0 deletions
Showing only changes of commit b380440f5a - Show all commits

View File

@@ -10,8 +10,10 @@ jobs:
container:
image: python
steps:
- pip3 install requests python-dotenv --quiet
- python3 deploy/portainer/deploy.py
- name: Install pip packages
run: pip3 install requests python-dotenv --quiet
- name: Run Deploy script
run: python3 deploy/portainer/deploy.py
--PORTAINER https://dvportainer.privatedns.org
--PORTAINER_API_KEY=ptr_RwxH2Cd+htdD2FoFiG46erT9beyvj9VoF3BrQPtDH3Q=
--PORTAINER_EP=CICD-runner

View File

@@ -10,8 +10,10 @@ jobs:
container:
image: python
steps:
- pip3 install requests python-dotenv --quiet
- python3 deploy/portainer/undeploy.py
- name: Install pip packages
run: pip3 install requests python-dotenv --quiet
- name: Run Undeploy script
run: python3 deploy/portainer/undeploy.py
--PORTAINER https://dvportainer.privatedns.org
--PORTAINER_API_KEY=ptr_RwxH2Cd+htdD2FoFiG46erT9beyvj9VoF3BrQPtDH3Q=
--PORTAINER_EP=CICD-runner