Skip to content

update to python 3.12 #130

update to python 3.12

update to python 3.12 #130

Workflow file for this run

name: delivery
on:
push:
branches:
- 'main'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Push to Dokku
uses: dokku/github-action@master
with:
git_remote_url: ${{ secrets.GIT_REMOTE_URL }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
branch: 'main'