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

Can this be deployed using a YAML pipeline from AzureDevOps #16

Closed
MikeAtETI opened this issue Jul 14, 2021 · 2 comments
Closed

Can this be deployed using a YAML pipeline from AzureDevOps #16

MikeAtETI opened this issue Jul 14, 2021 · 2 comments

Comments

@MikeAtETI
Copy link

Is it possible to deploy this from AzureDevOps?

@mejohnsonjr
Copy link

@MikeAtETI you can follow this tutorial to deploy this template from Azure DevOps: https://docs.microsoft.com/en-us/azure/static-web-apps/publish-devops

You'll just need to update the the app_location, api_location, and output_location in the yaml file provided in the tutorial.

If you didn't rename any of the projects in the template, you should be able to use these values:
app_location: 'Client'
api_location: 'Api'
output_location: 'wwwroot'

@aaronpowell
Copy link
Member

@mejohnsonjr is on the money there. Static Web Apps supports both GitHub Actions and Azure DevOps for deployment.

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

3 participants