Create automation workflow

This commit is contained in:
2024-01-17 12:36:57 -08:00
parent 7922bab8e3
commit 08467a6a47
12 changed files with 357 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
server {
listen 80;
location / {
root /var/www/build;
autoindex off;
try_files $uri $uri/ =404;
}
}