Skip to content

Commit

Permalink
/drizzle to drizzle
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 4, 2024
1 parent 51baa8b commit 4c11634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ WORKDIR /remix

COPY --from=production-deps /remix/node_modules /remix/node_modules

COPY etc/litestream.yml /etc/litestream.yml
COPY etc/litestream.yml etc/litestream.yml
COPY scripts/run.sh /scripts/run.sh
COPY --from=build /remix/build /remix/build
COPY --from=build /remix/public /remix/public
Expand Down
2 changes: 1 addition & 1 deletion etc/litestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ access-key-id: ${AWS_ACCESS_KEY_ID}
secret-access-key: ${AWS_SECRET_ACCESS_KEY}

dbs:
- path: /drizzle/data.db
- path: drizzle/data.db
replicas:
- url: ${REPLICA_URL}
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ else
fi

# Run litestream with your app as the subprocess.
exec litestream replicate -exec "/usr/local/bin/myapp -dsn /drizzle/data.db"
# exec litestream replicate -exec "/usr/local/bin/myapp -dsn /drizzle/data.db"

0 comments on commit 4c11634

Please sign in to comment.