Skip to content

Commit

Permalink
chore: workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Sep 4, 2024
1 parent 227ab90 commit 7c3c062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy to heroku.
# Run workflow on every push to master branch.
on:
push:
branches: [main]
branches: [brokun_dev]

# Your workflows jobs.
jobs:
Expand Down
2 changes: 1 addition & 1 deletion docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ -z "$PORT" ]; then
fi

# 启动 libro,并将 PORT 环境变量传递给它
exec libro --port="$PORT"
exec libro --port="$PORT" --notebook-dir="~/workspace"

0 comments on commit 7c3c062

Please sign in to comment.