mherdad / pangul-aspnetcore

نسخه دات‌نت پروژه چک کردن بالا بودن وب‌سایت‌ها، توسعه پروژه به صورت پخش زنده در یوتوب

Home Page:https://www.youtube.com/playlist?list=PLUmxecVzugY2RHOJDZK9XwRoJtNcELDGK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pangul ASP.NET Core implementation

How to deploy to Fandogh

In order to deploy the Pangul on Fandogh, the docker image should first be pushed into a docker registry. To keep it simple for now we assume image is supposed to be published in fandogh docker registry.

  • First of all we need to initialize the image repository. This step needs to be done only once
fandogh image init --name pangul-netcore
  • Once the new version is ready to be published, run the following command:
fandogh image publish --version ${THE_VERSION_YOU_WANT_TO_PUBLISH}
  • Last step is (re)deploying the service
fandogh service apply -f fandogh-manifest.yml -p IMAGE_VERSION=${THE_VERSION_YOU_JUST_PUBLISHED}

About

نسخه دات‌نت پروژه چک کردن بالا بودن وب‌سایت‌ها، توسعه پروژه به صورت پخش زنده در یوتوب

https://www.youtube.com/playlist?list=PLUmxecVzugY2RHOJDZK9XwRoJtNcELDGK


Languages

Language:C# 69.8%Language:HTML 24.4%Language:CSS 3.8%Language:Dockerfile 1.3%Language:JavaScript 0.8%