Merge pull request 'secrets' (#372) from secrets into support
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m41s

Reviewed-on: sh-edraft.de/kd_discord_bot#372
This commit is contained in:
Sven Heidemann 2023-09-27 20:46:45 +02:00
commit 69fc75fc97
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
with:
portainer-url: "https://docker.sh-edraft.de"
portainer-username: "gitea_job"
portainer-password: "$T8bS5;ge_(q<B9e^:9W4}=)"
portainer-password: "${{ secrets.docker_job }}"
portainer-endpoint: 2
name: service_observer
file: ./docker-compose.yml

View File

@ -22,7 +22,7 @@ jobs:
- name: Clone Repository
uses: https://github.com/actions/checkout@v3
- name: Shutdown stack
run: docker stack rm kdb_staging
@ -58,7 +58,7 @@ jobs:
with:
portainer-url: "https://docker.sh-edraft.de"
portainer-username: "gitea_job"
portainer-password: "$T8bS5;ge_(q<B9e^:9W4}=)"
portainer-password: "${{ secrets.docker_job }}"
portainer-endpoint: 2
name: kdb_staging
file: ./docker-compose.staging.yml