Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
8e7d10f293 | |||
80c43ad392 | |||
2dd01f43b3 | |||
9fb8222425 | |||
b74b132072 | |||
879b62eb0b |
@@ -10,6 +10,7 @@ variables:
|
||||
stages:
|
||||
- build
|
||||
# - test
|
||||
- deploy
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
@@ -52,3 +53,10 @@ Build_Tag:
|
||||
--push
|
||||
.
|
||||
- docker images
|
||||
|
||||
# DEPLOY
|
||||
Deploy:
|
||||
stage: deploy
|
||||
only:
|
||||
- tags
|
||||
trigger: rehashedsalt/ansible
|
||||
|
@@ -12,11 +12,16 @@
|
||||
<h1>Webservices</h1>
|
||||
<ul>
|
||||
<li><a href="https://git.desu.ltd">Gitea</a> - My personal code forge</li>
|
||||
<li><a href="https://movie.desu.ltd">Movie Night</a> - MOVIE</li>
|
||||
<li><a href="https://netbox.desu.ltd">Netbox</a> - Source of truth for all the things</li>
|
||||
<li><a href="https://nagios.desu.ltd">Nagios</a> - The monitoring system I use for desu.ltd</li>
|
||||
<li><a href="https://nc.desu.ltd">Nextcloud</a> - For storing files and other things</li>
|
||||
<li><a href="https://cowfee.moe">Pleroma</a> - A place to shitpost to strangers</li>
|
||||
<li><a href="https://tube.cowfee.moe">Peertube</a> - Federated shitpost, video edition</li>
|
||||
</ul>
|
||||
<h1>Docs</h1>
|
||||
<ul>
|
||||
<li><a href="/about">/about</a> - A page with some info about me</li>
|
||||
<li><a href="/ascii">/ascii</a> - ASCII art I've collected over time</li>
|
||||
</ul>
|
||||
<h1>Related Websites</h1>
|
||||
|
Reference in New Issue
Block a user