-
Notifications
You must be signed in to change notification settings - Fork 1
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
Try to make archive retrival work #32
Conversation
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
find out why the staging environments are not working.... |
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
okay the deployment problem seems to be in the github / azure pipeline. Local it works with the following lines: dotnet publish -c Release -o temp/api --runtime win-x86 --no-self-contained .\src\CZ.Azure.FileExchange.Api\CZ.Azure.FileExchange.Api.csproj
dotnet publish -c Release -o temp/fe .\src\CZ.Azure.FileExchange\CZ.Azure.FileExchange.csproj
.\build\deploy.ps1 -appBuildOutput .\temp\fe\wwwroot\ -apiBuildOutput .\temp\api\ -branchName localMain -apiFramework "dotnetisolated" -apiFrameworkVersion "7.0" -Verbose -envrionmentName 4356 -Token $toke This branch would need some frontend love before we should merge it. Maybe someone can make it :) |
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
List of things that should be done before releasing:
|
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
Your website can be viewed here 'https://kind-dune-004c2c103-32.westeurope.azurestaticapps.net' |
Your website can be viewed here 'proud-mushroom-07f75a603-32.westeurope.3.azurestaticapps.net' |
Your website can be viewed here 'https://proud-mushroom-07f75a603-32.westeurope.3.azurestaticapps.net' |
Your website can be viewed here 'https://proud-mushroom-07f75a603-32.westeurope.3.azurestaticapps.net' |
Your website can be viewed here 'https://proud-mushroom-07f75a603-32.westeurope.3.azurestaticapps.net' |
…out things localy
Improve the logging a bit
Your website can be viewed here 'https://proud-mushroom-07f75a603-32.westeurope.3.azurestaticapps.net' |
better local experiance
started the work to get your files back from archive