diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-09-18 13:08:57 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-23 08:32:44 +0200 |
| commit | c0989cfbfe5421dd4512f0fe301968e0ac5b91cd (patch) | |
| tree | ce90d4b343d953977e0ff263770bb58820b5ca18 /ci | |
| parent | 59b39b998415434668cb248da0fb8b7acc61e312 (diff) | |
Docker + Workflows: Move to deploy repo
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/docker/eduvpnserver.docker | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/docker/eduvpnserver.docker b/ci/docker/eduvpnserver.docker index c6c0e23..d615918 100644 --- a/ci/docker/eduvpnserver.docker +++ b/ci/docker/eduvpnserver.docker @@ -1,6 +1,6 @@ FROM fedora:38 -# This dockerfile was adapted from https://github.com/eduvpn/documentation/blob/v3/deploy_fedora.sh +# This dockerfile was adapted from https://codeberg.og/eduvpn/deploy/src/branch/v3/deploy_fedora.sh # DO NOT USE THIS IN PRODUCTION, ONLY FOR TESTING # Install git to clone the documentation repo @@ -8,10 +8,10 @@ RUN dnf -y install git WORKDIR /eduvpn -# Clone the documentation -RUN git clone https://github.com/eduvpn/documentation +# Clone the deploy +RUN git clone https://codeberg.org/eduvpn/deploy -WORKDIR /eduvpn/documentation +WORKDIR /eduvpn/deploy # Checkout v3 branch RUN git checkout v3 |
