Skip to content

Instantly share code, notes, and snippets.

@phxswjjj
phxswjjj / nginx.conf
Created June 26, 2022 07:56
nginx config
# global 配置
worker_processes auto;
# events
events {
worker_connections 1024;
}
# http
http {
@phxswjjj
phxswjjj / .gitlab-ci-WebApp.yml
Last active January 15, 2023 22:16
win app clickonce deploy by gitlab runner
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