diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b1f472e14885b119e61df11edb1434411319625..c41aa1d0bb03d256429500e1c64bbaaa05474a58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ iniciar: stage: iniciando script: - curl -s -X POST https://api.telegram.org/bot"1664305053:AAFSNYxpgy7bxJp8Yzg6ZYLGwKIKyXCRqdc"/sendMessage -d chat_id="302343503" -d text=" Repo Wcolabsoftware--- >> iniciado el proceso runners" - + - curl -s -X POST https://api.telegram.org/bot"1664305053:AAFSNYxpgy7bxJp8Yzg6ZYLGwKIKyXCRqdc"/sendMessage -d chat_id="@wcolabsoft" -d text=" Repo Wcolabsoftware--- >> se ha iniciado el proceso de los runners en el repositorio del curso" depliegue: stage: deploy script: @@ -14,4 +14,5 @@ depliegue: - git pull - cp -r /root/proyectos/wcolabsoftware/html /var/www/ - systemctl restart nginx.service - - curl -s -X POST https://api.telegram.org/bot"1664305053:AAFSNYxpgy7bxJp8Yzg6ZYLGwKIKyXCRqdc"/sendMessage -d chat_id="302343503" -d text=" Repo Wcolabsoftware--- >> se ha actualizado el nginx con el trabajo de carlos" \ No newline at end of file + - curl -s -X POST https://api.telegram.org/bot"1664305053:AAFSNYxpgy7bxJp8Yzg6ZYLGwKIKyXCRqdc"/sendMessage -d chat_id="302343503" -d text=" Repo Wcolabsoftware--- >> se ha actualizado el nginx con el trabajo de carlos" + - curl -s -X POST https://api.telegram.org/bot"1664305053:AAFSNYxpgy7bxJp8Yzg6ZYLGwKIKyXCRqdc"/sendMessage -d chat_id="@wcolabsoft" -d text=" Repo Wcolabsoftware--- >> Se ha terminado el proceso de copia en el Nginx del curso" \ No newline at end of file