add site
continuous-integration/drone/push Build is passing Details

master
swiftmandolin 2020-08-26 23:22:10 -05:00
parent 413671b67a
commit 71bd577526
4 changed files with 68 additions and 1 deletions

28
.drone.yml Normal file
View File

@ -0,0 +1,28 @@
---
kind: pipeline
type: ssh
name: deploy
server:
host:
from_secret: host
user:
from_secret: user
ssh_key:
from_secret: ssh_key
clone:
disable: true
trigger:
branch:
- master
steps:
- name: deploy
commands:
- cd /home/swiftmandolin/swiftmandolin.tilde.team
- git reset --hard HEAD
- git pull origin master
- chmod 755 deploy
- ./deploy

View File

@ -1,2 +1,2 @@
# swiftmandolin.tilde.team
[![Build Status](https://drone.tildegit.org/api/badges/swiftmandolin/swiftmandolin.tilde.team/status.svg)](https://drone.tildegit.org/swiftmandolin/swiftmandolin.tilde.team)

2
deploy Normal file
View File

@ -0,0 +1,2 @@
#!/bin/zsh
rsync -rvP --delete --exclude ".git*" --exclude ".drone.yml" --exclude "deploy" --exclude "README.md" --exclude "blog" --exclude "cgi-bin" /home/swiftmandolin/swiftmandolin.tilde.team/ /home/swiftmandolin/public_html

37
index.php Normal file
View File

@ -0,0 +1,37 @@
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="tilde.team unix group">
<meta name="author" content="swiftmandolin">
<meta name="theme-color" content="#00cc00">
<title>swiftmandolin~tilde.team</title>
<link rel="stylesheet" type="text/css" href="https://tilde.team/css/hacker.css">
</head>
<body>
<pre>
_ __ _ _ _ _
(_) / _|| | | | | |(_)
___ __ __ _ | |_ | |_ _ __ ___ __ _ _ __ __| | ___ | | _ _ __
/ __|\ \ /\ / /| || _|| __|| '_ ` _ \ / _` || '_ \ / _` | / _ \ | || || '_ \
\__ \ \ V V / | || | | |_ | | | | | || (_| || | | || (_| || (_) || || || | | |
|___/ \_/\_/ |_||_| \__||_| |_| |_| \__,_||_| |_| \__,_| \___/ |_||_||_| |_|
</pre>
mobile developer by day, professional rabbithole explorer by night
Alternate Sites
gemini://gemini.circumlunar.space/~swiftmandolin
Social
aether: aether://user/22262a061f1dca376d8640a1ada3364ac3307b370bfbf868c1ea4cf64d4e2c38
mastodon: @swiftmandolin@tilde.zone
email: swiftmandolin@tilde.team
GPG: 5789 2AA0 9AA2 B671 E724  FF66 8464 5B24 2212 34D6
Code
tildegit: https://tildegit.org/swiftmandolin
</body>
</html>