init
This commit is contained in:
21
.github/workflows/jobs.yml
vendored
Normal file
21
.github/workflows/jobs.yml
vendored
Normal 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
|
Reference in New Issue
Block a user