4 커밋
작성자 SHA1 메시지 날짜
cellarspoon 2ce3f4ff51 feat: CI/CD setup 2022-01-05 11:36:57 +01:00
cellarspoon 36d5d2c976 Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/living-room into main 2022-01-05 10:30:06 +01:00
cellarspoon d2cb5780bf chore: ignore lock files, sort 2022-01-05 10:28:20 +01:00
aadil 10d06b0a10 minor formatting 2022-01-01 20:45:49 +05:00
8개의 변경된 파일53개의 추가작업 그리고 15개의 파일을 삭제
+27
파일 보기
@@ -0,0 +1,27 @@
---
kind: pipeline
name: continuous deployment
steps:
- name: build image
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
repo: decentral1se/beta.lumbung.space
tags: latest
- name: deploy stack
image: decentral1se/stack-ssh-deploy:latest
settings:
stack: beta_lumbung_space
host: lumbung.space
deploy_key:
from_secret: drone_ssh_lumbung.space
trigger:
branch:
- main
event:
exclude:
- pull_request
+3 -2
파일 보기
@@ -1,4 +1,5 @@
*.lock
.env
/public/
.venv/
/content/
.venv/
/public/
-11
파일 보기
@@ -1,11 +0,0 @@
FROM klakegg/hugo:alpine
RUN apk add --no-cache curl git
EXPOSE 1313
COPY . /src/
ENTRYPOINT ["/bin/bash"]
CMD ["-c", "hugo server --appendPort='false' --bind 0.0.0.0 --baseUrl='https://beta.lumbung.space' --port='1313' -F"]
+7
파일 보기
@@ -0,0 +1,7 @@
FROM klakegg/hugo:alpine
RUN apk add --no-cache curl git
EXPOSE 1313
COPY . /src/
+2
파일 보기
@@ -1,5 +1,7 @@
# living room
[![Build Status](https://drone.autonomic.zone/api/badges/ruangrupa/living-room/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/ruangrupa/living-room)
> A new attempt to bring together the ideas of the "splash" page, "portal" page
> and a comfortable digital "living room" experience for lumbung[dot]space.
> This is a work in progress. The end goal of this is to have a new design and
+8
파일 보기
@@ -14,6 +14,14 @@ services:
start_period: 15s
volumes:
- content:/src/content
command: |
server
--appendPort='false'
--bind 0.0.0.0
--baseUrl='https://beta.lumbung.space'
--port='1313'
--buildFuture
--watch
deploy:
update_config:
failure_action: rollback
+5 -1
파일 보기
@@ -9,4 +9,8 @@ gen:
lumbunglib-cal && \
OUTPUT_DIR=content/video lumbunglib-vid
.PHONY: serve
push-hugo:
@docker build -t decentral1se/beta.lumbung.space -f Dockerfile.hugo . && \
docker push decentral1se/beta.lumbung.space
.PHONY: serve gen push-hugo
+1 -1
파일 보기
@@ -155,7 +155,7 @@ a {
}
.menu ul{
.menu ul {
list-style-type: none;
margin: 0;
padding: 0;