2021 DevOps session

Опубликовано: 01 Сентябрь 2026
на канале: Codeology
255
4

2021 DevOps #deploy #laravel #webApp to #digitalocean with #github #actions in ARABIC

جلسة عمل عشوائية لطريقة حل المشاكل ل DevOps
#deploy #laravel #webApp to #digitalocean with #github #actions


Add this to your .bach_profile

phpv() {
valet stop
brew unlink [email protected] [email protected] [email protected] [email protected] [email protected]
brew link --force --overwrite $1
brew services start $1
composer global update
rm -f ~/.config/valet/valet.sock
valet install
}

alias php70="phpv [email protected]"
alias php71="phpv [email protected]"
alias php72="phpv [email protected]"
alias php73="phpv [email protected]"
alias php74="phpv [email protected]"



😘