Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial doesn't work out-of-the-box #50

Open
iuliaturc opened this issue Jun 15, 2021 · 1 comment
Open

Tutorial doesn't work out-of-the-box #50

iuliaturc opened this issue Jun 15, 2021 · 1 comment

Comments

@iuliaturc
Copy link

I've forked this tutorial and attempted to deploy the Flask app via Github Actions, but I'm still seeing the default Microsoft app.

When SSH'ing into the machine, I can see that there's an archive with the contents of my repository under /home/site/wwwroot:

ls /home/site/wwwroot
hostingstart.html oryx-manifest.toml output.tar.gz

The archive never ends up being decompressed, is that expected? Looking at the logs, decompression is never even attempted:

{
      "log_time":"2021-06-15T02:30:22.6898161Z",
      "id":"",
      "message":"Copied the compressed output to '/home/site/wwwroot'",
      "type":0,
      "details_url":null
   },
   [...]
   {
      "log_time":"2021-06-15T02:30:22.7293111Z",
      "id":"",
      "message":"Removing existing manifest file",
      "type":0,
      "details_url":null
   },
  [... nothing about un-taring ... ]

Is the tutorial out of date, or is the deployment tooling broken?

@suzyeaston
Copy link

Thanks for the heads up, @iuliaturc , did you end up discovering anything further?

MridulMoitra pushed a commit to MridulMoitra/python-sample-vscode-flask-tutorial that referenced this issue Jul 31, 2024
Add the configuration to use the integrated UI in vscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants