Entornos de desarrollo

1º DAM/DAW - Curso 2024-2025

User Tools

Site Tools


apuntes:cicd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apuntes:cicd [2025/03/23 17:46] Santiago Faciapuntes:cicd [2025/03/25 00:33] (current) – [Publicar una imagen docker en Docker Hub] Santiago Faci
Line 4: Line 4:
 {{ github_actions_logo.png?200 }} {{ github_actions_logo.png?200 }}
 </figure> </figure>
 +
 +===== Testing ======
 +
 +Workflow: **Node.js**
  
 <code yaml> <code yaml>
Line 36: Line 40:
     - run: npm run integration-test     - run: npm run integration-test
 </code> </code>
 +
 +===== Crear una imagen docker ======
 +
 +Workflow: **Docker Image**
  
 <code yaml> <code yaml>
Line 57: Line 65:
       run: docker build . --file Dockerfile --tag cities:$(date +%s)       run: docker build . --file Dockerfile --tag cities:$(date +%s)
 </code> </code>
 +
 +===== Publicar una imagen docker en Docker Hub ======
 +
 +Workflow: **Docker Image**
 +
 +<code yaml>
 +</code>
 +
 +===== Lanzar un análisis de código con Sonarqube ======
 +
 +Workflow: **SonarQube**
  
 <code yaml> <code yaml>
apuntes/cicd.1742751973.txt.gz · Last modified: 2025/03/23 17:46 by Santiago Faci