Skip to content

Commit

Permalink
update: add cron_preview script
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Oct 3, 2024
1 parent 5e2f07a commit c184321
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ COPY /models /app/models
COPY /seeds /app/seeds

COPY cron.sh /app/cron.sh
COPY cron_preview.sh /app/cron_preview.sh
COPY forever.sh /app/forever.sh

# Set environment variable to specify the DBT project path
Expand Down
2 changes: 0 additions & 2 deletions cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@

dbt run -s execution_power

python -m http.server 8000 --directory logs & tail -f /dev/null



6 changes: 6 additions & 0 deletions cron_preview.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

dbt run -s execution_power



0 comments on commit c184321

Please sign in to comment.