... | ... | @@ -3,7 +3,14 @@ |
|
|
> - [Continuous Delivery (CD)](https://continuousdelivery.com/): Code ist nach testen und builden deploybar, muss jedoch manuell deployed werden
|
|
|
> - [Continuous Deployment (CD)](https://www.airpair.com/continuous-deployment/posts/continuous-deployment-for-practical-people): Code wird nach testen und builden automatisch deployed <br>
|
|
|
> - Dadurch werden Fehler früh im Entwicklungszyklus erkannt und spart Kosten
|
|
|
> - Skripte können automatisch bei einem bestimmten Event ausgeführt werden
|
|
|
> - Skripte können automatisch zu einem vorgegebenem Zeitpunkt immer wieder ausgeführt werden:
|
|
|
> - Wähle Schedules
|
|
|
> - Wähle New Schedule
|
|
|
> - Wähle eine Description
|
|
|
> - Wähle ein Intervall Pattern ([Cron Syntax](https://en.wikipedia.org/wiki/Cron)
|
|
|
> - Wähle den Zielbranch
|
|
|
> - Aktiviere den Zeitplan
|
|
|
> - Speichere den Pipeline Zeitplan
|
|
|
|
|
|
|
|
|
---
|
... | ... | |