reorg
This commit is contained in:
parent
d000f77098
commit
40e8e08690
3487 changed files with 39 additions and 21 deletions
|
|
@ -21,12 +21,11 @@ rmep: build_publish
|
||||||
for f in Api Org; do
|
for f in Api Org; do
|
||||||
pushd $(SLNDIR)/src/$$prj
|
pushd $(SLNDIR)/src/$$prj
|
||||||
SOURCE_DIR=bin/$(CONFIGURATION)/$(DOTNET_FRAMEWORK)/publish/
|
SOURCE_DIR=bin/$(CONFIGURATION)/$(DOTNET_FRAMEWORK)/publish/
|
||||||
mv $(SOURCE_DIR)/appsettings.json $(SOURCE_DIR)/appsettings.new.json
|
|
||||||
sudo cp -a $(SOURCE_DIR)/* $(DESTDIR)
|
sudo cp -a $(SOURCE_DIR)/* $(DESTDIR)
|
||||||
sudo chown -R $(USER_AND_GROUP) $(DESTDIR)
|
sudo chown -R $(USER_AND_GROUP) $(DESTDIR)
|
||||||
sudo sync
|
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
sudo sync
|
||||||
sudo systemctl start yavsc-org
|
sudo systemctl start yavsc-org
|
||||||
sudo systemctl start yavsc-api
|
sudo systemctl start yavsc-api
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,6 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
|
||||||
<ProjectReference Include="../Server/Server.csproj" />
|
<ProjectReference Include="../Yavsc.Server/Yavsc.Server.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue