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
### [TPL_REPO_SHORT_NAME]的[TPL_COMMIT_BRANCH] 发布 [TPL_BUILD_STATUS] (`耗时 [TPL_BUILD_CONSUMING]s`) | |
更新内容: [TPL_COMMIT_MSG] | |
更新详情: [[TPL_COMMIT_SHA]]([TPL_COMMIT_LINK]) | |
更新作者: [[TPL_AUTHOR_NAME]([TPL_AUTHOR_EMAIL])](mailto:[TPL_AUTHOR_EMAIL]) | |
[点击查看打包详情 [TPL_STATUS_EMOTICON]]([TPL_BUILD_LINK]) |
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
<VirtualHost _default_:443> | |
ServerName example.com | |
... | |
Alias /example "/path/to/vue/dist" | |
<Directory /path/to/vue/dist> | |
AllowOverride all | |
Require all granted | |
FallbackResource /index.html | |
</Directory> | |
... |
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
# 2018-10-11 00:15:14 | |
#---------------------------------------------------# | |
## 配置文件需要放置在 $HOME/.config/clash/config.yml | |
#---------------------------------------------------# | |
# HTTP 代理端口 | |
port: 7890 | |
# SOCKS5 代理端口 | |
socks-port: 7891 |
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
version: '3.7' | |
services: | |
verdaccio: | |
image: verdaccio/verdaccio | |
restart: always | |
container_name: verdaccio | |
networks: | |
- webnet | |
volumes: | |
- verdaccio:/verdaccio |
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
... | |
trigger: | |
branch: | |
- master | |
--- | |
kind: secret | |
external_data: | |
example: | |
path: secret/data/example |
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
--- | |
kind: pipeline |
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
--- | |
kind: pipeline | |
name: default |