Skip to content
Snippets Groups Projects
Commit 2d12904b authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Demo clones without SSH now

parent a9310928
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Clone the repository:
cd /srv
git clone ssh://git@code.eliotberriot.com:2222/funkwhale/demo.git funkwhale-demo
git clone https://code.eliotberriot.com/funkwhale/demo.git funkwhale-demo
cd funkwhale-demo
Download demo tracks (courtesy of Jamendo):
......
......@@ -3,8 +3,8 @@
API_BRANCH="develop"
FRONT_BRANCH="master"
echo "Initializing repositories..."
git clone ssh://git@code.eliotberriot.com:2222/funkwhale/api.git api
git clone ssh://git@code.eliotberriot.com:2222/funkwhale/front.git front
git clone https://code.eliotberriot.com/funkwhale/api.git api
git clone https://code.eliotberriot.com/funkwhale/front.git front
echo "Updating repositories..."
git -C api checkout $API_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment