Skip to content

Commit

Permalink
Merge pull request #32 from softwarecrafts/main
Browse files Browse the repository at this point in the history
specify the correct supported runtime of python
  • Loading branch information
nanorepublica authored May 17, 2024
2 parents d386130 + 48ba83a commit 96a9683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
git_remote_url: 'ssh://[email protected]: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'
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.11
python-3.11.9

0 comments on commit 96a9683

Please sign in to comment.