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

add deploy to azure #31

Open
maxheld83 opened this issue Feb 5, 2019 · 2 comments
Open

add deploy to azure #31

maxheld83 opened this issue Feb 5, 2019 · 2 comments
Milestone

Comments

@maxheld83
Copy link
Owner

No description provided.

@VerenaHeld
Copy link
Collaborator

https://github.com/Azure/github-actions

something like?

#' @describeIn actions [azure_cli](https://github.com/Azure/github-actions/tree/cc666a5f6a93fba7d52e7b264e3d494af7a95a76)
azure_cli <- function(needs = "Azure Login",
                      env = c("AZURE_SCRIPT_PATH = '<Relative path in your repository>'", "AZURE_SCRIPT = '<Azure CLI script>'")) {
  list(
    uses = "Azure/github-actions/cli@cc666a5f6a93fba7d52e7b264e3d494af7a95a76",
    needs = needs,
    env = env
  )
}

@maxheld83
Copy link
Owner Author

yes!

Ah, interesting ... so if Azure CLI always needs to run some Azure Login action first, then that'd be two actions.

Anyway, sorry about just leaving this in here, this was more aspirational, just wanted to get this off the website and keep a record somewhere.

I'm guessing netlify (#26) would be a much higher priority and also easier, because netlify is just static page hosting, just like ghpages.

@maxheld83 maxheld83 added this to the Backlog milestone Feb 14, 2019
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