2022-05-11 18:02:32 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
2024-04-13 20:06:56 +00:00
|
|
|
name: deploy-sergio.am
|
2022-05-11 17:56:50 +00:00
|
|
|
|
2022-05-11 18:02:32 +00:00
|
|
|
steps:
|
2022-05-15 16:25:34 +00:00
|
|
|
- name: build
|
2024-04-13 20:06:56 +00:00
|
|
|
image: pandoc/core:latest
|
2022-05-11 18:02:32 +00:00
|
|
|
commands:
|
2024-04-13 20:06:56 +00:00
|
|
|
- /var/www/build.sh
|
2022-05-16 09:44:36 +00:00
|
|
|
|
2022-05-15 12:43:59 +00:00
|
|
|
when:
|
|
|
|
branch:
|
|
|
|
- main
|
2022-05-11 18:04:54 +00:00
|
|
|
|
|
|
|
node:
|
2023-08-14 12:20:47 +00:00
|
|
|
location: nexus
|