diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-10 02:44:20 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-10 03:36:15 -0500 |
commit | 37350776bf88227c0e752f76d03ec8280a28e4af (patch) | |
tree | 3685d3e6c63affe37fd2456d5d381b1ecc490bde /deploy-gitea.yml | |
parent | f761f6968336fff608a9232b77303a8f73ebf58e (diff) | |
download | oldinfra-37350776bf88227c0e752f76d03ec8280a28e4af.tar.gz oldinfra-37350776bf88227c0e752f76d03ec8280a28e4af.zip |
gitea
Diffstat (limited to 'deploy-gitea.yml')
-rw-r--r-- | deploy-gitea.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy-gitea.yml b/deploy-gitea.yml new file mode 100644 index 0000000..150a618 --- /dev/null +++ b/deploy-gitea.yml @@ -0,0 +1,4 @@ +- name: gitea setup + hosts: gitea + roles: + - gitea |