Skip to content

Bump league/flysystem-memory from 3.25.1 to 3.28.0 (#967) #156

Bump league/flysystem-memory from 3.25.1 to 3.28.0 (#967)

Bump league/flysystem-memory from 3.25.1 to 3.28.0 (#967) #156

Workflow file for this run

name: 'Deploy (Dokku) 🚀'
on:
workflow_dispatch: ~
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: production
url: https://jobbsy.dev
steps:
- name: Cloning repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: ssh://${{ secrets.SSH_DOKKU_USER }}@${{ secrets.SSH_DOKKU_IP }}:${{ secrets.SSH_DOKKU_PORT }}/jobbsy
ssh_private_key: ${{ secrets.SSH_DOKKU_PRIVATE_KEY }}
branch: main