Skip to content

Commit

Permalink
Update the deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 23, 2024
1 parent c811e75 commit 1d41ce1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ all: deploy open

.PHONY: deploy
deploy:
rsync -avz \
--exclude .DS_Store \
--exclude .git \
--exclude admin \
./src/static \
towns.dreamhost.com:~/negative-time.cubing.net/
@echo "\nDone deploying. Go to https://negative-time.cubing.net/\n"
bun x @cubing/deploy

.PHONY: open
open:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
"license": "GPL-3.0-or-later",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@cubing/deploy": "^0.1.4",
"@types/bun": "^1.1.12",
"barely-a-dev-server": "^0.6.2",
"csv-parse": "^5.5.6",
"cubing": "^0.52.3",
"esbuild": "0.24.0",
"serve": "^14.2.4",
"typescript": "^5.6.3"
},
"@cubing/deploy": {
"https://negative-time.cubing.net": {
"fromLocalDir": "./src/static"
}
}
}

0 comments on commit 1d41ce1

Please sign in to comment.