Skip to content

Commit

Permalink
roar
Browse files Browse the repository at this point in the history
  • Loading branch information
stopachka committed Sep 12, 2024
1 parent 02dd633 commit da2e9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ dev-with-prod-db:
echo "[IMPORTANT] Booting up backend w/ prod db..." && \
DATABASE_URL="$${DATABASE_URL}" clj -M:dev:run

prod-ssh:
./scripts/prod_ssh.sh

prod-tunnel:
./scripts/prod_tunnel.sh

Expand Down
Empty file modified server/scripts/prod_ssh.sh
100644 → 100755
Empty file.

0 comments on commit da2e9b7

Please sign in to comment.