1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/website/.gitlab-ci.yml

7 lines
No EOL
115 B
YAML

deployWebsite:
stage: deployWebsite
before_script:
- cd website
script:
- sh deploy.sh
when: manual