Compare commits

..

No commits in common. "436c38d8bc04d79034ec78e8902f9ad22514a7cb" and "25c2af3139ee2a844d0f931d599409a28c6fdf12" have entirely different histories.

2 changed files with 2 additions and 52 deletions

View File

@ -1,24 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: exec type: exec
name: check on test name: default
trigger:
event:
- push
- pull_request
steps:
- name: Check playbook
commands:
- ansible-playbook -C playbook.yml
node:
target: generic
---
kind: pipeline
type: exec
name: deploy to prod
steps: steps:
- name: Check playbook - name: Check playbook
@ -28,38 +11,5 @@ steps:
- name: Run playbook - name: Run playbook
commands: commands:
- ansible-playbook playbook.yml - ansible-playbook playbook.yml
node: node:
target: shell-scripts target: shell-scripts
trigger:
event:
- promote
target:
- production
---
kind: pipeline
type: exec
name: deploy to test
steps:
- name: Check playbook
commands:
- ansible-playbook -C playbook.yml
- name: Run playbook
commands:
- ansible-playbook playbook.yml
node:
target: generic
trigger:
event:
- promote
target:
- testing

View File

@ -1,5 +1,5 @@
<html> <html>
<body> <body>
<a href="basic.sh">wget -q -O - otp-bash.tw1.ru/basic.sh | bash</a> <a href="otp-bash.tw1.ru/basic.sh">wget -q -O - otp-bash.tw1.ru/basic.sh | bash</a>
</body> </body>
</html> </html>