diff --git a/.drone.yml b/.drone.yml index 048a4f5..7df0163 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,10 +24,18 @@ steps: target: /dist path_style: true - - name: deploy - image: plugins/s3 + - name: docker + image: plugins/docker + settings: + username: + from_secret: docker_username + password: + from_secret: docker_password + auto_tag: true + repo: registry.186526.xyz/home-app + registry: registry.186526.xyz - - name: send telegram notification + - name: notification image: appleboy/drone-telegram settings: token: diff --git a/index.html b/index.html index a7d874d..abb9107 100644 --- a/index.html +++ b/index.html @@ -68,11 +68,11 @@ 186526 Network @ DN42 + alt="186526 Network @ DN42" src="assets/dn42.svg" /> 186526's Gitea + alt="186526's Gitea" src="assets/gitea.svg" /> Github - - - - - - - - - - - - - - - - + + + + Layer 1 + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/gitea.svg b/public/assets/gitea.svg new file mode 100644 index 0000000..afeeacb --- /dev/null +++ b/public/assets/gitea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/styles/base.css b/src/styles/base.css index 101796e..b7cc5c9 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -112,8 +112,8 @@ background { min-width: 100%; min-height: 75vh; background-size: cover; - background-image: url(https://storage.186526.xyz/home-app/assets/background.webp), - url(https://storage.186526.xyz/home-app/assets/background.png); + background-image: url(background.webp), + url(background.png); z-index: -1; border-radius: 0 0 15px 15px; filter: blur(0.2px);