This commit is contained in:
2023-09-02 16:50:04 +05:30
commit 6b45496d23
8 changed files with 365 additions and 0 deletions

21
.github/workflows/jobs.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: planet
on:
push:
branches:
- "master"
schedule:
- cron: '0 0 * * *'
jobs:
deploy:
runs-on: ubuntu-latest
container: registry.gitlab.com/fsci/blog.fsci.org.in/planet:latest
name: Deploy
steps:
- name: Run planet
run: |
planet config.ini
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: planet
path: public