Skip to content

add template budget to admin page take2 #55

add template budget to admin page take2

add template budget to admin page take2 #55

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Push to hermes
uses: dokku/[email protected]
with:
ssh_private_key: ${{ secrets.HERMES_GLOBAL_DEPLOY_KEY }}
git_remote_url: ssh://[email protected]/gordian
git_push_flags: --force
branch: main