Skip to content

Commit

Permalink
Properly document GitLab Ci example
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Oct 17, 2021
1 parent 29eafe9 commit a9579ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ deploy-docs:
DOCATL_PROJECT: $CI_PROJECT_NAME
DOCTAL_VERSION: $CI_COMMIT_TAG
script:
- push ./docs
- docatl push ./docs
```
Automatically tag with `latest`:
Expand All @@ -104,7 +104,7 @@ deploy-docs:
DOCATL_PROJECT: $CI_PROJECT_NAME
DOCTAL_VERSION: $CI_COMMIT_TAG
script:
- push ./docs --tag latest
- docatl push ./docs --tag latest
```

Note: you must use the `-alpine` variant on the container image, because GitLab Ci needs a shell.
Expand Down

0 comments on commit a9579ad

Please sign in to comment.