Skip to content

Bump certifi from 2022.6.15 to 2023.7.22 #16

Bump certifi from 2022.6.15 to 2023.7.22

Bump certifi from 2022.6.15 to 2023.7.22 #16

Workflow file for this run

name: Deploy to Dokku
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-20.04-self-hosted
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- id: deploy
name: Deploy to dokku
uses: idoberko2/dokku-deploy-github-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
dokku-host: ${{ secrets.DOCBOT_HOST }}
app-name: ${{ secrets.DOCBOT_APP }}
git-push-flags: '--force'