Skip to content

Commit

Permalink
rename after monorepo extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Jul 30, 2024
1 parent 2cd94ed commit 55e2f22
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2,603 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-www.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: www
on:
push:
branches: [main]
branches: [master]
jobs:
release:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion cmd/www/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func check(err error) {
func main() {
flag.StringVar(&bucket, "bucket", "indexsupply.com", "s3 bucket")
flag.BoolVar(&deploy, "deploy", false, "deploy to s3")
flag.StringVar(&dir, "dir", "indexsupply.com", "root dir")
flag.StringVar(&dir, "dir", "src", "root dir")
flag.StringVar(&distid, "distid", "E100U1X0OYQONF", "cloudfront distribution")
flag.Parse()

Expand Down
97 changes: 0 additions & 97 deletions indexsupply.com/_layout.html

This file was deleted.

92 changes: 0 additions & 92 deletions indexsupply.com/about/_layout.html

This file was deleted.

7 changes: 0 additions & 7 deletions indexsupply.com/about/index.md

This file was deleted.

45 changes: 0 additions & 45 deletions indexsupply.com/customer-case-studies.md

This file was deleted.

39 changes: 0 additions & 39 deletions indexsupply.com/index.md

This file was deleted.

27 changes: 0 additions & 27 deletions indexsupply.com/shovel/1.0.md

This file was deleted.

Loading

0 comments on commit 55e2f22

Please sign in to comment.