Archived
Template
1
Fork 0
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Vacy/.gitlab-ci.yml
2023-01-02 22:03:39 -05:00

13 lines
303 B
YAML

stages:
- build
build-job:
stage: build
script:
- sudo chmod -R 777 ./
- sudo bundle install
- bundle exec jekyll build
- mv ./_site/ ./blueanimates/
- rm -R /usr/share/nginx/blueanimates/
- cp -R ./blueanimates/ /usr/share/nginx/blueanimates/
- rm -R ./blueanimates/