Fix pipeline structure

main
Thomas Quinot 4 days ago
parent ad8ad79e36
commit 5c933f8c42

@ -3,6 +3,12 @@ kind: pipeline
type: docker
name: default
trigger:
branch:
- main
event:
- push
steps:
- name: build
image: ruby:3.3.1
@ -23,8 +29,3 @@ steps:
user: thomas
key:
from_secret: rsync_key
trigger:
branch:
- main
event:
- push

Loading…
Cancel
Save