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 3d3ba25
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3d3ba25

Please sign in to comment.