This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# global 配置 | |
worker_processes auto; | |
# events | |
events { | |
worker_connections 1024; | |
} | |
# http | |
http { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variables: | |
MySolution: WebApp.sln | |
MyProject: WebApp\WebApp.csproj | |
MyVsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community | |
CacheKey: Default | |
MyProjectToken: uVxLM6x1xgfGoh4ByoT9 | |
MyGitlabDns: gitlab.local | |
MyProjectPath: root/WebApp | |
MyTagPrefix: DEPLOY/PROD |