diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-12 21:26:09 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-12 21:26:09 -0500 |
commit | 4a123b6f4a2ece850175cc4402fc30326ae17075 (patch) | |
tree | ff80a0dff85a5ba53f977da8014da13adeffd351 /deploy-static.yml | |
parent | 0bfb4a99cd606144244a3f07913997ecab4971bc (diff) | |
download | oldinfra-4a123b6f4a2ece850175cc4402fc30326ae17075.tar.gz oldinfra-4a123b6f4a2ece850175cc4402fc30326ae17075.zip |
add static site
Diffstat (limited to 'deploy-static.yml')
-rw-r--r-- | deploy-static.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy-static.yml b/deploy-static.yml new file mode 100644 index 0000000..a29a37c --- /dev/null +++ b/deploy-static.yml @@ -0,0 +1,4 @@ +- name: static setup + hosts: static + roles: + - static |