Tag suchen

Tag:

Tag github_secrets

Automatisiertes Deployment mit GitHub Actions – So funktioniert’s 18.03.2025 10:53:33

git ci/cd workflow ssh-deployment linux symfony composer cache clear automatisierung github actions github secrets deployment production environment
In diesem Beitrag zeige ich, wie du den manuellen Deployment-Prozess deines Symfony-Projekts automatisieren kannst. Anstatt dich jedes Mal manuell per SSH einzuloggen und Befehle wie git pull, composer install --no-dev --optimize-autoloader und php bin/console cache:clear --env=prod auszuführen, übernimmt G... mehr auf 1manfactory.com