Merge pull request 'test' (#69) from test into main
Some checks failed
continuous-integration/drone Build is passing
continuous-integration/drone/promote/prod Build is failing

Reviewed-on: #69
This commit was merged in pull request #69.
This commit is contained in:
2026-03-14 10:32:48 +02:00

View File

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