Skip to content

Commit 773cdbb

Browse files
committed
Update Pluto
1 parent db1312a commit 773cdbb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: .github/workflows/ExportNotebooks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
version: 1.6.0-rc1
2525
- name: Run Pluto notebooks
26-
run: julia --project=bind-server-environment -e '
26+
run: julia --project=pluto-deployment-environment -e '
2727
import Pkg;
2828
Pkg.instantiate();
2929

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --chown=pluto . ${HOME}
2323

2424

2525
# Initialize the julia project environment that will be used to run the bind server.
26-
RUN julia --project=${HOME}/bind-server-environment -e "import Pkg; Pkg.instantiate(); Pkg.precompile()"
26+
RUN julia --project=${HOME}/pluto-deployment-environment -e "import Pkg; Pkg.instantiate(); Pkg.precompile()"
2727

2828
# The "default command" for this docker thing.
29-
CMD ["julia", "--project=/home/pluto/bind-server-environment", "-e", "import PlutoSliderServer; PlutoSliderServer.run_directory(\".\"; port=1234 , host=\"0.0.0.0\")"]
29+
CMD ["julia", "--project=/home/pluto/pluto-deployment-environment", "-e", "import PlutoSliderServer; PlutoSliderServer.run_directory(\".\"; port=1234 , host=\"0.0.0.0\")"]

Diff for: Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: julia --project="bind-server-environment" -e "import PlutoSliderServer; PlutoSliderServer.run_directory(\".\"; port=$PORT , host=\"0.0.0.0\")"
1+
web: julia --project="pluto-deployment-environment" -e "import PlutoSliderServer; PlutoSliderServer.run_directory(\".\"; port=$PORT , host=\"0.0.0.0\")"

Diff for: bind-server-environment/Manifest.toml renamed to pluto-deployment-environment/Manifest.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
163163

164164
[[Pluto]]
165165
deps = ["Base64", "Dates", "Distributed", "FuzzyCompletions", "HTTP", "InteractiveUtils", "Logging", "Markdown", "MsgPack", "Pkg", "REPL", "Sockets", "TableIOInterface", "Tables", "UUIDs"]
166-
git-tree-sha1 = "3ad76f476a28e97958bd728d963daf2d396c4c6d"
167-
repo-rev = "eac0378"
166+
git-tree-sha1 = "fce463c35c076324e9a9905f307f6b9fccbc73f0"
167+
repo-rev = "2da8079"
168168
repo-url = "https://github.com/fonsp/Pluto.jl"
169169
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
170170
version = "0.14.0"
File renamed without changes.

0 commit comments

Comments
 (0)