Skip to content

Revert "Added expire to add_memes_to_queue_by_key (#79)" (#80) #240

Revert "Added expire to add_memes_to_queue_by_key (#79)" (#80)

Revert "Added expire to add_memes_to_queue_by_key (#79)" (#80) #240

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'