This commit is contained in:
parent
9bcee787ba
commit
731f420d0b
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ pipeline:
|
||||||
- ./scaleway-cli object config install type=rclone
|
- ./scaleway-cli object config install type=rclone
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv install
|
- pipenv install
|
||||||
- pipenv run ./manage.sh all
|
- CI=true pipenv run ./manage.sh all
|
||||||
- rclone sync site/ scaleway:akkoma-docs/$CI_COMMIT_BRANCH/
|
- rclone sync site/ scaleway:akkoma-docs/$CI_COMMIT_BRANCH/
|
||||||
|
|
Reference in a new issue