Skip to content

Bump requests from 2.28.0 to 2.31.0 #17

Bump requests from 2.28.0 to 2.31.0

Bump requests from 2.28.0 to 2.31.0 #17

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'