Unlocking the Power of Quick & Easy App Deployment on VPS with GitHub Action

preview_player
Показать описание
Learn how to automate your app deployment on a VPS using Github Action. Save time and effort with this quick and easy method of automation deployment.

Donate Bitcoin : bc1qnhu9wagvp9uamaktww6vhnale6nk4xwff353my
Donate Ethereum : 0x378Ba54D9467873580Eeb8B1ed335E1eC12197a8
Donate Solana : CSDP35HSBfqwKZGtRASk3dJhUuqnNex8tvsRVCwowhQc

#linode #vps #automation #github
Рекомендации по теме
Комментарии
Автор

I have been looking for a very long time for the solution that you presented in the video, thanks to you, I finally managed to do what I planned. Thank you so much! Even within the framework of this video, it is interesting to learn how to make an automatic build of the application after pulling files to the server

gettingweightagain
Автор

👍love this demo cause it shows all the real challenges and troubleshooting we ALL face when using this tools 😅great job👏👏

rafaelgiusti
Автор

Honest video! the errors and struggle make it very realistic to the programmers daily routine =) thanks for sharing the knowledge

dipereira
Автор

Thank you, I spent 2 hours just to connect to the ssh until I saw this video

reganstudio
Автор

one of the best i have seen on this topic, you even showed problems that could be encountered instead of editing them out, very helpful thanks :D

sosweetham
Автор

Thank you so much! Your tutorial is super amazing and helpful. Keep the great work.

abasifrekeessien
Автор

thank you my friend also one thing that has been helpful for me is the way to make the workflow run node commands in the background. for that I used : nohup your-command > /dev/null 2>&1 &

GameBullyK
Автор

Cool Video ! You can add also instruction to clone the repo under script section and like u can use on any repo as a variable

قناةالمهاجر-سم
Автор

Thank you for this awesome video on this topic, and thanks for keeping it real, it was very helpful

geetjoshi
Автор

Worked without much efforts. Thanks a lot

vivekmakwana
Автор

Thank you so much! Your tutorial was incredibly helpful. Keep up the great work.

exganza
Автор

This video was very helpful for me ...

sanketsonar
Автор

love your videos i was waiting for you to upload 🤩

localguide
Автор

doesn't work for me. Getting "handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain" error

greaterist
Автор

awesome video sir
suppose i have setup bare repository in the serve then how can i push to bare repository ...using github action

er.anilkumarthakur
Автор

This is really helpful. Thanks for this video. Do you have any idea if it's possible to just push your build file to vps server and then run it on the server using github actions?

DivijShrivastava
Автор

hey, can i and how can i run sudo in this? i am using systemd and i dont want to use root user for this so i need to use like `sudo systemctl `

packagebattos
Автор

i added public key my github sshkey and authorization key added but given this error
2024/05/16 19:13:25 ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
can you give me help how to solve it

developer
Автор

if i try to run "npm run build" for my Nuxt/Vue App i get errors that node version 14 or higher is required and im using version 12. But i connect manually to my server and run "npm run build" it works. That i can do to fix this?

dezo