test #69

Merged
khwezi merged 2 commits from test into main 2026-03-14 10:32:48 +02:00
Showing only changes of commit 03574c720f - Show all commits

View File

@@ -107,9 +107,9 @@ steps:
from_secret: ssh_password
script:
- docker pull khwezi/webapitest:latest
- docker stop webapitest || true
- docker rm webapitest || true
- docker run -d --name webapitest --restart unless-stopped -e ASPNETCORE_ENVIRONMENT=Development -p 4000:8081 khwezi/webapitest:latest
- docker stop webapi || true
- docker rm webapi || true
- docker run -d --name webapi --restart unless-stopped -e ASPNETCORE_ENVIRONMENT=Development -p 4000:8081 khwezi/webapitest:latest
---
kind: pipeline
@@ -129,7 +129,7 @@ steps:
from_secret: ssh_prod_user
PLUGIN_PASSWORD:
from_secret: ssh_prod_password
PLUGIN_HOST: ssh_prod_host
PLUGIN_HOST: 192.168.1.48
settings:
script:
- docker stop webapi || true