![]() |
Hi, maybe someone could suggest a good resource to learn about Codeigniter app deployment using git directly (or Bitbucket pipelines) and composer.
You know, so I could push the code to somewhere, and the rest of the magic would happen (composer would update the vendor directory, files get copied to where they belong, etc). I find the number of resources overwhlming and it is not easy to choose the adequate ones... Donatas G.
==
Donatas G. (07-02-2023, 02:43 PM)dgvirtual Wrote: Hi, maybe someone could suggest a good resource to learn about Codeigniter app deployment using git directly (or Bitbucket pipelines) and composer.For others interested: I followed this guide: https://www.educative.io/answers/how-to-...nux-server and it turned out to be very easy. I updated the deploy.sh script they offered to include composer install of the vendor packages (I am on a Ubuntu 22.04 server, so use bash): Code: echo -e $PWD And of course this procedure could include other steps, like compiling css, minifying javascript files, etc. The steps on Bitbucked could include running unit tests and other tests. Overall seems to be a much better process than using sftp client to deploy.
==
Donatas G. |
Welcome Guest, Not a member yet? Register Sign In |