mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-01-30 17:14:53 +01:00
3ef8b1f97b
* Move scheduler.py into scripts/ . * docker: Python scheduler image. * Update channels-lock.scm. * Use tortoise 0.18.1 and aerich 0.6.2. * Use fishinthecalculator/publish-docker-image-action@v0.1.10 . * Make intervals configurable. * Add platforms to README.md .
7 lines
251 B
Bash
Executable File
7 lines
251 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
guix time-machine -C channels-lock.scm -- build -L . -f guix.scm
|
|
|
|
guix time-machine -C channels-lock.scm -- pack -L . -f docker --save-provenance --root=docker-image.tar.gz --entry-point=bin/scheduler.py mobilizon-reshare-scheduler
|