1 Star 0 Fork 0

爱吃油麦菜/dotnet-starter-kit

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Makefile 1.23 KB
Copy Edit Raw Blame History
Mukesh Murugan authored 2023-04-08 22:45 . build: update Makefile
build:
dotnet build
start:
dotnet run --project src/Host/Host.csproj
nuget:
nuget pack -NoDefaultExcludes -OutputDirectory nupkg
publish:
dotnet publish --os linux --arch x64 -c Release --self-contained
publish-to-hub:
dotnet publish --os linux --arch x64 -c Release -p:ContainerRegistry=docker.io -p:ContainerImageName=iammukeshm/dotnet-webapi --self-contained
tp: # terraform plan
cd terraform/environments/staging && terraform plan
ta: # terraform apply
cd terraform/environments/staging && terraform apply
td: # terraform destroy
cd terraform/environments/staging && terraform destroy
dcu: # docker-compose up : webapi + postgresql
cd docker-compose/ && docker-compose -f docker-compose.postgresql.yml up -d
dcd: # docker-compose down : webapi + postgresql
cd docker-compose/ && docker-compose -f docker-compose.postgresql.yml down
fds: # force rededeploy aws ecs service
aws ecs update-service --force-new-deployment --service dotnet-webapi --cluster fullstackhero
gw: # git docker workflow to push docker image to the repository based on the main branch
@echo triggering github workflow to push docker image to container
@echo ensure that you have the gh-cli installed and authenticated.
gh workflow run dotnet-cicd -f push_to_docker=true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Axxbis/dotnet-starter-kit.git
git@gitee.com:Axxbis/dotnet-starter-kit.git
Axxbis
dotnet-starter-kit
dotnet-starter-kit
master

Search