Compare commits
2 Commits
3f3dff3b5d
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| c473048e7e | |||
| 4147effc20 |
15
.drone.yml
15
.drone.yml
@@ -9,7 +9,16 @@ server:
|
|||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: ssh-key
|
from_secret: ssh-key
|
||||||
|
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
event:
|
||||||
|
- merge_request
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: greeting
|
||||||
commands:
|
commands:
|
||||||
- echo hello world
|
- echo "Starting deployment..."
|
||||||
|
- cd /www/homepage
|
||||||
|
- git pull origin main
|
||||||
|
- echo "Deployment completed."
|
||||||
BIN
image/police.png
Normal file
BIN
image/police.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@@ -51,7 +51,7 @@
|
|||||||
<div id="main" class="container">
|
<div id="main" class="container">
|
||||||
<div class="row my-card justify-content-center">
|
<div class="row my-card justify-content-center">
|
||||||
<div class="col-lg-4 photo-bg"></div>
|
<div class="col-lg-4 photo-bg"></div>
|
||||||
<div class="col-lg-8 card",id="para1">
|
<div class="col-lg-8 card", id="para1">
|
||||||
<!-- 大标题 -->
|
<!-- 大标题 -->
|
||||||
<h1>白鸽子</h1>
|
<h1>白鸽子</h1>
|
||||||
<!-- 标题下的一段话 -->
|
<!-- 标题下的一段话 -->
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
<br>Mod by
|
<br>Mod by
|
||||||
<a href="https://github.com/WhiteGeZhi" target="_blank" rel="">BaiGeZhi</a>
|
<a href="https://github.com/WhiteGeZhi" target="_blank" rel="">BaiGeZhi</a>
|
||||||
<a href="https://beian.mps.gov.cn/#/query/webSearch?code=50019002504122" target="_blank"
|
<a href="https://beian.mps.gov.cn/#/query/webSearch?code=50019002504122" target="_blank"
|
||||||
rel="nofollow"><img src="https://wp.yulei.icu/d/SSD/image/%E7%BD%91%E7%AB%99%E5%A4%87%E6%A1%88/%E5%A4%87%E6%A1%88%E5%9B%BE%E6%A0%87.png"
|
rel="nofollow"><img src=image/police.png
|
||||||
style="width:14px;">渝公网安备50019002504122</a>
|
style="width:14px;">渝公网安备50019002504122</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
@@ -120,5 +120,5 @@
|
|||||||
<script src="./static/layer-v3.5.1/layer/layer.js"></script>
|
<script src="./static/layer-v3.5.1/layer/layer.js"></script>
|
||||||
|
|
||||||
<script src="./static/main.js"></script>
|
<script src="./static/main.js"></script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user