Skip to content

Commit

Permalink
Append publishing logs to the logfile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Nov 8, 2023
1 parent da9367e commit c0292ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ if [[ ${PIPESTATUS[0]} == 0 ]]; then

# Deploy the updated data to datasette
if [ $GITHUB_REF = "dev" ]; then
gcloud config set run/region us-central1
python ~/devtools/datasette/publish.py
python ~/devtools/datasette/publish.py 2>&1 | tee -a $LOGFILE
fi
fi

Expand Down

0 comments on commit c0292ed

Please sign in to comment.