Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
65556ad238 | |||
2c1ce61529 | |||
fb6b3465be | |||
4c78c777c6 | |||
66900162c5 |
24
.drone.yml
Normal file
24
.drone.yml
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build and publish docker image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: git.coopcloud.tech/rtm/rtmwebsite
|
||||
tags:
|
||||
- main
|
||||
- latest
|
||||
- 0.0.6
|
||||
platform: linux/amd64
|
||||
username:
|
||||
from_secret: USERNAME
|
||||
password:
|
||||
from_secret: PASSWORD
|
||||
registry: git.coopcloud.tech
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -25,3 +25,6 @@ pnpm-debug.log*
|
||||
|
||||
# Emacs
|
||||
*~
|
||||
|
||||
# Drone
|
||||
.drone.secrets
|
@ -1,3 +1,5 @@
|
||||
[](https://build.coopcloud.tech/RTM/rtm-website)
|
||||
|
||||
# hello friends !
|
||||
|
||||
|
||||
|
@ -45,7 +45,7 @@ import "../styles/globals.css";
|
||||
stolen Coast Salish land covered by the broken Treaty of Point Elliot
|
||||
of 1855, we understand how our labor is contributing - directly or
|
||||
indirectly - to these oppressions, and seek to use our skills towards
|
||||
more liberatory ends.
|
||||
more liberatory ends. <3
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user