Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
libssl-dev \
m4 \
pkg-config
RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 7103cbf7d886d93402af1c852db818b4a3fba7ec && opam update
RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard b7773e2175e3ba6fbca47e183f7d342b18f24b37 && opam update
RUN opam option --global solver=builtin-0install
COPY --chown=opam --link deployer.opam /src/
# WORKDIR must be after COPY to avoid perms problems
Expand Down
2 changes: 1 addition & 1 deletion create-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for host in \
ocaml.ci.dev \
check.ci.ocaml.org \
128.232.124.216 \
147.75.84.37 ; do
dopey.caelum.ci.dev ; do
ssh-keyscan -H -t ecdsa-sha2-nistp256 $host >> ~/.ssh/known_hosts
done
chmod 700 ~/.ssh
Expand Down
2 changes: 1 addition & 1 deletion src/packet_unikernel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let name { service } = service

(* Deployment *)

let mirage_host_ssh = "root@147.75.84.37"
let mirage_host_ssh = "root@dopey.caelum.ci.dev"

let deploy build_info { service } ?additional_build_args:_ src =
let repo_id = build_and_push build_info src in
Expand Down