From 48ba83a11d8ead4e3ca1fd4d73dbac7c086ffba9 Mon Sep 17 00:00:00 2001 From: Andrew Miller Date: Fri, 17 May 2024 09:12:29 +0100 Subject: [PATCH] specify the correct supported runtime of python --- .github/workflows/deploy.yaml | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b4ad744..5019c9d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -44,6 +44,6 @@ jobs: git_remote_url: 'ssh://dokku@dokku.akmiller.co.uk:22/django-social' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} branch: 'main' - git_push_flags: '--force -vvv' + git_push_flags: '--force' ssh_host_key: ${{ secrets.SSH_HOST_KEY }} trace: '1' diff --git a/runtime.txt b/runtime.txt index 67ebc4e..546f3c8 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.11 +python-3.11.9