Deploy Laravel 10 Project To Shared Hosting - cPanel using Github Actions | Tech With Tea
ฝัง
- เผยแพร่เมื่อ 29 ต.ค. 2024
- In this video I am going to show you how to deploy laravel 10 project using GitHub action.
Did you like the video? Then give me a big thumbs up and do share your opinion in the comment box.
✨ Tags ✨
tech with tea, how to deploy laravel project, how to deploy laravel project on shared hosting, how to deploy laravel project on webhosting, how to deploy laravel project on netlify, how to deploy laravel project on github, how to deploy laravel project on heroku, how to deploy laravel project on ubuntu server, how to deploy laravel project on hostinger, how to deploy laravel project on infinityfree, how to deploy laravel project on vercel, how to deploy laravel project on cpanel
github github.com/iam...
portfolio iamsabbiralam.w...
Video
Ubuntu playlist: • ubuntu
Windows playlist: • windows
cPanel server playlist: • cPanel Server
Laravel playlist: • Laravel
Shorts
YT shorts playlist: • YT Shorts
!tutorial
!tutorial
!tutorial
⚠ DISCLAIMER:
This Channel does not promote any illegal product, content, or platform, doesn't encourage any kind of prohibited activities. All contents provided by this channel are meant for EDUCATIONAL purposes only.
😊
Every Tutorial on my channel is made with Love and Hard work, So don't forget to leave a 💬comment and 👍Like. Also please hit the SUBSCRIBE button it's FREE😊
Copyright Disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research.
name: Publish Website to CPanel
on:
push:
branches:
- main
jobs:
FTP-Deploy-Action:
name: FTP-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.1.0
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@4.3.3
with:
server: ${{ secrets.SERVER }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
Thanks for the tutorial, how can I handle the migrations and do I have to push the vendor folder as well?
GOt any solutions?
u can upload file without vendor. after uploading u can run ```composer install``` it will appear the vendor file in the project
❤
🥰
❤❤❤❤❤❤❤❤
❤️
vendor folder অনেক সময় নেয় তৈরি হতে? এটা কিছু করা যায়?
u can upload file without vendor. after uploading u can run ```composer install``` it will appear the vendor file in the project
Hey Dev!
Can you please share the GitHub action static code? So, I can collect it from you!
Thanks!
Hi. Thanks for your response. Please have a look on pin comment. You will get it.
@@tech-with-tea Thanks, Man!
Please Share The GitHub Actions Code You are using
sure
name: Publish Website to CPanel
on:
push:
branches:
- main
jobs:
FTP-Deploy-Action:
name: FTP-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.1.0
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@4.3.3
with:
server: ${{ secrets.SERVER }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
Vai apnr voice ta sundor
Thanks a lot