Skip to content

Commit 97ff865

Browse files
committed
- release v 0.5
1 parent 0472429 commit 97ff865

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

deploy/linux/bot_sample/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
RUN git clone https://github.com/devgopher/botticelli.git
66
WORKDIR /app/botticelli/Botticelli
77
RUN git fetch --all
8-
RUN git switch dev/0.5
8+
RUN git switch release/0.5
99
RUN git pull
1010

1111
COPY . ./

deploy/linux/server/analytics_back/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
RUN git clone https://github.com/devgopher/botticelli.git
66
WORKDIR /app/botticelli/Botticelli.Server.Analytics
77
RUN git fetch --all
8-
RUN git switch dev/0.5
8+
RUN git switch release/0.5
99
RUN git pull
1010

1111
COPY . ./

deploy/linux/server/analytics_back/run_standalone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export SecureStorageConnectionString="User ID=postgres;Password=12345678;Host=12
1616
rm -rf botticelli/
1717
git clone https://github.com/devgopher/botticelli.git
1818
pushd botticelli/
19-
git checkout dev/0.5
19+
git checkout release/0.5
2020
git pull
2121

2222
pushd Botticelli.Server.Analytics

deploy/linux/server/back/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
RUN git clone https://github.com/devgopher/botticelli.git
66
WORKDIR /app/botticelli/Botticelli
77
RUN git fetch --all
8-
RUN git switch dev/0.5
8+
RUN git switch release/0.5
99
RUN git pull
1010

1111
COPY . ./

deploy/linux/server/back/run_standalone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sudo apt-get install -y dotnet-sdk-8.0 dotnet-runtime-8.0 aspnetcore-runtime-8.0
99
rm -rf botticelli``/
1010
git clone https://github.com/devgopher/botticelli.git
1111
pushd botticelli/
12-
git checkout dev/0.5
12+
git checkout release/0.5
1313
git pull
1414

1515
pushd Botticelli

deploy/linux/server/front/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
RUN git clone https://github.com/devgopher/botticelli.git
66
WORKDIR /app/botticelli/Botticelli.Server.FrontNew
77
RUN git fetch --all
8-
RUN git switch dev/0.5
8+
RUN git switch release/0.5
99
RUN git pull
1010

1111

deploy/linux/server/front/run_standalone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sudo apt-get install -y dotnet-sdk-8.0 dotnet-runtime-8.0 aspnetcore-runtime-8.0
99
rm -rf botticelli/
1010
git clone https://github.com/devgopher/botticelli.git
1111
pushd botticelli/
12-
git checkout dev/0.5
12+
git checkout release/0.5
1313
git pull
1414

1515
pushd Botticelli.Server.FrontNew

0 commit comments

Comments
 (0)