fix: slight improvements
This commit is contained in:
parent
7408873102
commit
5bf1ddbebe
3 changed files with 6 additions and 1 deletions
|
@ -91,6 +91,7 @@ sync_repos:
|
||||||
before_script:
|
before_script:
|
||||||
- *scripts_deploy
|
- *scripts_deploy
|
||||||
- *scripts_base
|
- *scripts_base
|
||||||
|
- *scripts_cache
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_NAMESPACE == "compsoc1/skynet" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_PROJECT_NAMESPACE == "compsoc1/skynet" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
changes:
|
changes:
|
||||||
|
|
|
@ -6,6 +6,10 @@ atticd-atticadm make-token --sub "admin_username" --validity "10y" --pull "*" --
|
||||||
|
|
||||||
# for the gitlab runner, done eyarly
|
# for the gitlab runner, done eyarly
|
||||||
atticd-atticadm make-token --sub "wheatly-runner" --validity "1y" --pull "skynet-cache" --push "skynet-cache"
|
atticd-atticadm make-token --sub "wheatly-runner" --validity "1y" --pull "skynet-cache" --push "skynet-cache"
|
||||||
|
|
||||||
|
|
||||||
|
Documentation:
|
||||||
|
https://docs.attic.rs/introduction.html
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
|
|
|
@ -28,7 +28,7 @@ in {
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = null;
|
targetUser = null;
|
||||||
|
|
||||||
tags = [];
|
tags = ["active"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# it has two network devices so two
|
# it has two network devices so two
|
||||||
|
|
Loading…
Reference in a new issue