Skip to content

Manual Deployment

Manual Deployment #2

Manually triggered December 7, 2023 16:27
Status Failure
Total duration 40s
Artifacts

manual_deployment.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Run
Error: Command failed: git push heroku HEAD:refs/heads/main --force remote: Updated 147 paths from e4a91d0 remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-22 stack remote: -----> Using buildpack: heroku/python remote: -----> Python app detected remote: -----> Using Python version specified in runtime.txt remote: ! Requested runtime 'python-3.10.0' is not available for this stack (heroku-22). remote: ! For supported versions, see: https://devcenter.heroku.com/articles/python-support remote: ! Push rejected, failed to compile Python app. remote: remote: ! Push failed remote: ! remote: ! ## Warning - The same version of this code has already been built: 8cc1d1be4a167fad35e17be466193eba50f106c5 remote: ! remote: ! We have detected that you have triggered a build from source code with version 8cc1d1be4a167fad35e17be466193eba50f106c5 remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch. remote: ! remote: ! If you are developing on a branch and deploying via git you must run: remote: ! remote: ! git push heroku <branchname>:main remote: ! remote: ! This article goes into details on the behavior: remote: ! https://devcenter.heroku.com/articles/duplicate-build-version remote: remote: Verifying deploy... remote: remote: ! Push rejected to ***. remote: To https://git.heroku.com/***.git ! [remote rejected] HEAD -> main (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/***.git'
Run
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, akhileshns/heroku-deploy@v3.12.12. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/