Try multiline run block

pull/8/head
lars 2023-10-04 15:35:58 -05:00
parent b380440f5a
commit 90dbbc1239
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@ jobs:
- name: Install pip packages - name: Install pip packages
run: pip3 install requests python-dotenv --quiet run: pip3 install requests python-dotenv --quiet
- name: Run Deploy script - name: Run Deploy script
run: python3 deploy/portainer/deploy.py run: >
python3 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

View File

@ -13,7 +13,8 @@ jobs:
- name: Install pip packages - name: Install pip packages
run: pip3 install requests python-dotenv --quiet run: pip3 install requests python-dotenv --quiet
- name: Run Undeploy script - name: Run Undeploy script
run: python3 deploy/portainer/undeploy.py run: >
python3 deploy/portainer/undeploy.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