How I Would Deploy My Golang SaaS App (CI/CD & Tests)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 มิ.ย. 2024
  • 👉 Join the private community to level up as software engineer: selfmadeengineer.com
    So in this video I'll show you how I'm currently deploying my SaSS app similar to Readwise in Golang, with GCP and Github Actions, so you can do it too.
    📢 We're building a Discord community, come and join
    / discord
    00:00:00 Overview
    00:03:45 CI/CD Flow
    00:05:00 Showing & Explaining how it working
    00:08:20 How to do it
    #go #golang

ความคิดเห็น • 27

  • @rostyslav5334
    @rostyslav5334 หลายเดือนก่อน +1

    GOAT
    Thanks

  • @lohanguedes9181
    @lohanguedes9181 หลายเดือนก่อน +1

    cool stuff man! let's go

  • @sambhavmishra5423
    @sambhavmishra5423 หลายเดือนก่อน +1

    Thanks bro

  • @af2b
    @af2b หลายเดือนก่อน +1

    Ola Tiago! tudo bem contigo? espero que sim.
    Poderia compartilhar conosco sua configuracao do vscode?
    Um forte abraco, voce e fera. =)

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน +1

      Obrigado e abraço!
      Tenho aqui nos meus dotfiles, penso que esteja actualizado: github.com/sikozonpc/dotfiles

  • @NightHawk-mw4en
    @NightHawk-mw4en 24 วันที่ผ่านมา

    bro which theme are you using, looks cool?

  • @efehanturhan6763
    @efehanturhan6763 หลายเดือนก่อน +1

    hey man, can you show your terminal setup both normal an vscode one

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน +2

      Yup. Here are some things I used on this video: That git tool is called lazygit. For diagraming I used Eraser. And the vs code theme is called Gruvebox

    • @efehanturhan6763
      @efehanturhan6763 หลายเดือนก่อน +1

      @@TiagoTaquelim thanks!!

  • @user-ys1hw8if5y
    @user-ys1hw8if5y หลายเดือนก่อน +3

    Bro can you make one more video with HTMX and Golang

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน

      Yes I'm planning one. Would u like anything in specific?

    • @igorcastilhos
      @igorcastilhos หลายเดือนก่อน

      @@TiagoTaquelim I'm personally strugling with integrating a DB (like PG), Go and HTMX. If you made a video about it, it would be very nice.

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน

      @@igorcastilhos I have one in my channel about HTMX. Connecting a database it should the same as you would normally do in web api.

  • @kashnigahbaruda
    @kashnigahbaruda หลายเดือนก่อน

    Does this wait for GitHub actions to succeed before deploying to GCP or is it trigger for every push?

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน

      You can control that.

  • @haziqamzar8072
    @haziqamzar8072 หลายเดือนก่อน +1

    What's the app you use to draw the diagram?

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน

      It’s called Eraser!

  • @AnuragMishra-ws4zc
    @AnuragMishra-ws4zc หลายเดือนก่อน +1

    hey I am not able to enroll in your microservice course
    I am from india
    skool is not accepting my payment card
    so is there any alternate way by which I can access your course
    Like through UPI

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน

      Hmmm... odd I'll investigate.

    • @AnuragMishra-ws4zc
      @AnuragMishra-ws4zc หลายเดือนก่อน +1

      @@TiagoTaquelim Have you figured it out why this is happening
      is there any alternate way.

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน +1

      @@AnuragMishra-ws4zc I double checked with Skool and they support payments from India.

  • @seanknowles9985
    @seanknowles9985 หลายเดือนก่อน

    I always get permission errors using artifact registry, container auth or something...

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน

      Where do you get the errors? In the terminal?

  • @kirakira160
    @kirakira160 หลายเดือนก่อน

    Same way in microservices?

    • @TiagoTaquelim
      @TiagoTaquelim  หลายเดือนก่อน +1

      You could do that as well.