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 /.github | |
| parent | 59b39b998415434668cb248da0fb8b7acc61e312 (diff) | |
Docker + Workflows: Move to deploy repo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9930eb7..0b48c27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,8 @@ jobs: - uses: actions/checkout@v3 - name: Setup server run: | - git clone https://github.com/eduvpn/documentation - cd documentation + git clone https://codeberg.org/eduvpn/deploy + cd deploy sudo cp resources/repo+v3@eduvpn.org.asc /etc/apt/trusted.gpg.d/repo+v3@eduvpn.org.asc echo "deb https://repo.eduvpn.org/v3/deb jammy main" | sudo tee /etc/apt/sources.list.d/eduVPN_v3.list sudo apt-get -y update |
