Skip to content

Commit

Permalink
build: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Apr 8, 2023
1 parent 373b650 commit 05a0617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ start:
nuget:
nuget pack -NoDefaultExcludes -OutputDirectory nupkg
publish:
dotnet publish -c Release
dotnet publish --os linux --arch x64 -c Release --self-contained
publish-to-hub:
dotnet publish -c Release -p:ContainerRegistry=docker.io -p:ContainerImageName=iammukeshm/dotnet-webapi
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
Expand Down

0 comments on commit 05a0617

Please sign in to comment.