peertube-grayjay/.gitlab-ci.yml
2023-09-12 07:08:04 +00:00

9 lines
92 B
YAML

stages:
- deploy
deploy:
stage: deploy
script:
- sh deploy.sh
only:
- master