Skip to content

Merge pull request #57 from iAliF/main #50

Merge pull request #57 from iAliF/main

Merge pull request #57 from iAliF/main #50

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
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: 't.okhlopkov.com'
app-name: 'dtb'
git-push-flags: '--force'