Caution automatically detects https origins and helpfully adds an entry to the Procfile for the app_source. this causes issue when deploying a new enclave, because i don't think we have string interpolation when finding out where to pull tarballs from (should we?).
Reproducing build from remote manifest...
Error: Git fetch failed: remote: Not found.
fatal: repository 'https://codeberg.org/caution/locksmith/archive/${COMMIT}.tar.gz/' not found
Directly after pushing, surely --from-local would be the suggested command. The --from-local flag is not included in the output from git push.
Caution automatically detects https origins and helpfully adds an entry to the Procfile for the app_source. this causes issue when deploying a new enclave, because i don't think we have string interpolation when finding out where to pull tarballs from (should we?).
```
Reproducing build from remote manifest...
Error: Git fetch failed: remote: Not found.
fatal: repository 'https://codeberg.org/caution/locksmith/archive/${COMMIT}.tar.gz/' not found
```
Directly after pushing, surely `--from-local` would be the suggested command. The `--from-local` flag is not included in the output from `git push`.