You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source and output repositories could be separated, so the markdown, the converter script and the travis.yml would not live in the repository that contains the HTML files.
The safest way would be three repositories:
The source repository only containing the markdown files and the HTML template.
The converter software.
The output repository only containing the generated HTML.
With this setup you could restrict access to the third repository only to the deploy key of the converter software. So the maintainers of the website source are not directly able to edit the converter workflow.
The .travis.yml would only clone the converter repository and execute a shell script there that runs everything we currently define in the .travis.yml configuration file.
The text was updated successfully, but these errors were encountered:
Source and output repositories could be separated, so the markdown, the converter script and the travis.yml would not live in the repository that contains the HTML files.
The safest way would be three repositories:
With this setup you could restrict access to the third repository only to the deploy key of the converter software. So the maintainers of the website source are not directly able to edit the converter workflow.
The
.travis.yml
would only clone the converter repository and execute a shell script there that runs everything we currently define in the.travis.yml
configuration file.The text was updated successfully, but these errors were encountered: