Update .trustie-pipeline.yml
continuous-integration/drone/push Build was killed Details

develop
jasder 4 weeks ago
parent 458d677770
commit 156b081261

@ -1,17 +1,21 @@
kind: pipeline kind: pipeline
type: docker type: ssh
name: deploy-unit3d name: cicd
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
server:
host: deploy_ip
user: deploy_name
password: deploy_pwd
steps: steps:
- name: maven - name: cicd
image: maven:3-jdk-10 commands:
commands: - echo =======
- mvn install -DskipTests=true - nerdctl rm -f testnginx
trigger: - nerdctl run --name testnginx -d -p 58080:80 nginx
branch: - echo ==== nginx=======
- main - curl 127.0.0.1:58080
event: - echo ==========
- push - echo http://localhost:555

Loading…
Cancel
Save