Compare commits
4 Commits
9300002d6e
...
master
Author | SHA1 | Date | |
---|---|---|---|
75a81bed00 | |||
f74a9cd892 | |||
bb07a394ce | |||
d8b539f73f |
20
.drone.yml
Normal file
20
.drone.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default1
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
commands:
|
||||
- sh /opt/drone/scripts/sync-gopher.sh
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
@ -1,3 +1,4 @@
|
||||
gopher://liberta.casa
|
||||
|
||||
public/ houses content, server/ houses configurations
|
||||
The public/ directory houses content.
|
||||
The server/ directory houses configurations.
|
||||
|
16
public/gophermap
Normal file
16
public/gophermap
Normal file
@ -0,0 +1,16 @@
|
||||
!Welcome to LibertaCasa
|
||||
|
||||
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
|
||||
│ │ │─│ │─ │┬┘ │ │─┤
|
||||
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
|
||||
|
||||
┌─┐ ┬─┐ ┐─┐ ┬─┐
|
||||
│ │─┤ └─┐ │─┤
|
||||
└─┘ ┘ │ ──┘ ┘ │
|
||||
|
||||
|
||||
=echo " server time....: $(date)"
|
||||
=echo " server uptime..: $(uptime | sed 's/.*up *\([^,]*\), .*/\1/')"
|
||||
|
||||
*
|
||||
|
Reference in New Issue
Block a user