Skip to content

Commit

Permalink
padawan - remove references to sway-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
dcordz committed Jun 5, 2024
1 parent 55359a8 commit 767f4d6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Sway is designed to work with and be extended to multiple locations regardless o

### Onboarding

To add a new locale, create a new [Issue](https://github.com/Plebeian-Technology//sway-rails/issues) and label it as `locale` and include the below files:
To add a new locale, create a new [Issue](https://github.com/Plebeian-Technology/sway/issues) and label it as `locale` and include the below files:

- An SVG image avatar for the locale, usually a flag representing that municipality. See [/public/images/avatars/baltimore-maryland-united_states.svg](/public/images/avatars/baltimore-maryland-united_states.svg) as an example. Wikipedia and Twitter are good sources to get these from.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sway-rails",
"name": "sway",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export $(cat .env.github | xargs)

# Build a local image
# docker buildx build . -f docker/dockerfiles/production.dockerfile -t sway-rails:latest --compress
# docker buildx build . -f docker/dockerfiles/production.dockerfile -t sway:latest --compress

# cp vite.config.ts tmp/vite.config.ts && \
# cp vite.config.build.ts vite.config.ts && \
Expand Down
2 changes: 1 addition & 1 deletion tf/modules/cloud_run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ resource "google_cloud_run_domain_mapping" "app" {
# Testing with docker locally:
# docker run \
# -it --rm \
# -v /Users/dave/plebtech/sway-rails/storage:/data \
# -v /Users/dave/plebtech/sway/storage:/data \
# -e LITESTREAM_ACCESS_KEY_ID=DO00JDVDG829HKL28PXX \
# -e LITESTREAM_SECRET_ACCESS_KEY=5wVxG6HVQkid5KLKDJTq4OGE9nGMoyTwYeEXDFhMYDo \
# litestream/litestream replicate /data/development.sqlite3 s3://prod-sway-sqlite-backup.nyc3.digitaloceanspaces.com/local
Expand Down
2 changes: 1 addition & 1 deletion tf/modules/iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "google_project_iam_member" "job_executor_secrets" {
# docker run \
# -it --rm \
# --platform linux/amd64 \
# -v /Users/dave/plebtech/sway-rails/storage:/data \
# -v /Users/dave/plebtech/sway/storage:/data \
# -e LITESTREAM_ACCESS_KEY_ID=DO00JDVDG829HKL28PXX \
# -e LITESTREAM_SECRET_ACCESS_KEY=5wVxG6HVQkid5KLKDJTq4OGE9nGMoyTwYeEXDFhMYDo \
# --entrypoint /bin/bash \
Expand Down

0 comments on commit 767f4d6

Please sign in to comment.