Skip to content

broadcast_next_meme_to_active_more_than_days_ago #191

broadcast_next_meme_to_active_more_than_days_ago

broadcast_next_meme_to_active_more_than_days_ago #191

Workflow file for this run

name: staging
on:
push:
branches:
- production
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.ffmemes.com'
app-name: 'ff'
git-push-flags: '--force'