Compare commits
No commits in common. "b6291e82026be21833f4b8a67a46e65836c11bc1" and "8763513101bcf94497f7b4299300e9a3298f8259" have entirely different histories.
b6291e8202
...
8763513101
2 changed files with 5 additions and 10 deletions
|
|
@ -8,7 +8,7 @@
|
|||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>The Tough Guide to Fantasyland</title>
|
||||
<link rel="stylesheet" href="style.css" inline />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
|
|
@ -17597,6 +17597,9 @@
|
|||
</main>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="script.js" inline></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="script.js"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
8
justfile
8
justfile
|
|
@ -1,8 +0,0 @@
|
|||
deploy_dir := "/var/www/html/dungeon.red/fantasyland"
|
||||
|
||||
default: deploy
|
||||
|
||||
deploy:
|
||||
mkdir -p {{deploy_dir}}
|
||||
bunx inline-source-cli index.html {{deploy_dir}}/index.html
|
||||
@echo "deployed to {{deploy_dir}}/index.html"
|
||||
Loading…
Reference in a new issue