Add ssh key to AzureStaticWebApp@0 #1221
Unanswered
ValGeorgiev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all
I am trying to deploy Next.js static app to azure. Our app is using a package that is a private repository. On other projects I just install ssh key like this
and everything works, but with AzureStaticWebApp@0 it looks like everything is executed in docker and the ssh key is lost if it's predefined before. How I can install the ssh key correctly so AzureStaticWebApp can pick it up?
My ssh key env variables are correct, I tried to run a yarn install script after the InstallSSHKey task and it worked, but it's not working on AzureStaticWebApp
Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions