0

I already feel like kind of an idiot for asking this question - maybe I'm unable to google the right terms. I want to archive a simple task - deploy a vue app via gitlab-ci to azure static web app (service).

Can anyone provide me some information / a ci script about it. Otherwise I'm going the way through an Azure Devops Pipeline.

Fabian
  • 2,693
  • 2
  • 21
  • 33
  • There are 2 ways to deploy vue static web apps on azure : with github actions and with azure devops. Are you asking about how to deploy through github actions? –  Nov 18 '21 at 03:58
  • Hei, no via gitlab - not GitHUB :) Gitlab CI – Fabian Nov 18 '21 at 09:08
  • Not Sure, hope this [blog post](https://faun.pub/automating-your-deployment-using-gitlab-azure-storage-static-website-hosting-75c767b2569f) helps you! –  Nov 18 '21 at 09:24
  • Thx. Already saw this one. But that is for storage blob and not for static web app (which is free) – Fabian Nov 18 '21 at 11:12
  • @Fabian did you manage to deploy your vue app from gitlab to azure static web app? I found a tutorial for [this](https://learn.microsoft.com/en-us/azure/static-web-apps/gitlab?tabs=vue), but couldn't get it to work. – justadeveloper Mar 10 '23 at 01:37

1 Answers1

-2

Currently Azure Static Web Apps support deployment via GitHub Actions and Azure DevOps only.

Follow this tutorial for deployment via Azure DevOps.

BlackMiracle
  • 363
  • 2
  • 8