Skip to content

Commit da07e44

Browse files
committed
- run scripts for standalone deployment
1 parent 6481546 commit da07e44

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

deploy/linux/server/back/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
rm -rf botticelli
12
git clone https://github.com/devgopher/botticelli.git
23
pushd botticelli/
34
git checkout mvp/0.1
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
rm -rf botticelli/
2+
git clone https://github.com/devgopher/botticelli.git
3+
pushd botticelli/
4+
git checkout mvp/0.1
5+
git pull
6+
7+
pushd Botticelli
8+
9+
dotnet run Botticelli.Server.csproj
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
rm -rf botticelli/
2+
git clone https://github.com/devgopher/botticelli.git
3+
pushd botticelli/
4+
git checkout mvp/0.1
5+
git pull
6+
7+
pushd Botticelli
8+
9+
dotnet run Botticelli.Server.FrontNew.csproj

0 commit comments

Comments
 (0)