Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/living-room

This commit is contained in:
Aadil Ayub 2022-01-07 11:08:33 +05:00
commit 60d4d008e8
3 changed files with 6 additions and 5 deletions

View File

@ -16,6 +16,7 @@ steps:
- name: push scripts image
image: plugins/docker
settings:
no_cache: true
username:
from_secret: docker_reg_username
password:

View File

@ -6,6 +6,6 @@ WORKDIR /src/
RUN git clone https://git.autonomic.zone/ruangrupa/lumbunglib /src/
RUN pip install -U setuptools pip
RUN pip install -U -I setuptools pip
RUN pip install .
RUN pip install -I .

View File

@ -44,7 +44,7 @@ services:
while true
do
echo 'generating peertube posts...'
lumbunglib-vid
/usr/local/bin/lumbunglib-vid
echo 'going to sleep for 5 minutes...'
sleep 300
done
@ -62,7 +62,7 @@ services:
while true
do
echo 'generating calendar posts...'
lumbunglib-cal
/usr/local/bin/lumbunglib-cal
echo 'going to sleep for 5 minutes...'
sleep 300
done
@ -82,7 +82,7 @@ services:
while true
do
echo 'generating feed posts...'
lumbunglib-feed
/usr/local/bin/lumbunglib-feed
echo 'going to sleep for 5 minutes...'
sleep 300
done