Skip to content

deploy

deploy #518

Workflow file for this run

name: deploy
on:
schedule:
- cron: '0 */12 * * *'
workflow_dispatch:
jobs:
deploy:
runs-on: [ubuntu-latest]
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Run Deploy
run: ./main