Closed hiamani closed 7 months ago
Thanks for the report. We have recently updated project creation flow and the corresponding doc isn't fully updated yet.
Essentially, the difference between "Automatic" and "GitHub Actions" has made opaque - the system sets up GitHub Actions workflow file if your deploy config requires it (for example, if build step is needed to deploy your project, then GitHub Actions mode will be chosen automatically), and otherwise doesn't.
We'll make sure to update the docs as soon as possible. In the meantime, feel free to post any additional questions you may have.
JFYI here's a draft version of doc update https://github.com/denoland/deno-docs/pull/373
Thank you for the explanation! I'll close this issue :)
Problem description
While following these instructions I select my repository in
Project -> Settings -> Git Integration
. A selection between Automatic and GitHub Action is supposed to appear, but I don't see either, only an option to select a template and deploy the project (in what I assume is in Automatic mode).Steps to reproduce
Project -> Settings -> Git Integration
Expected behavior
GitHub Action should appear in the integration options.
Environment
No response
Possible solution
No response
Additional context
No response