Test con sh-runner
This commit is contained in:
		| @@ -7,7 +7,7 @@ on: | |||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     name: Construir y Subir Imágenes Docker |     name: Construir y Subir Imágenes Docker | ||||||
|     runs-on: ubuntu-latest |     runs-on: sh-runner | ||||||
|      |      | ||||||
|     steps: |     steps: | ||||||
|       # --- ¡PASO #1! --- |       # --- ¡PASO #1! --- | ||||||
| @@ -44,7 +44,7 @@ jobs: | |||||||
|  |  | ||||||
|   deploy: |   deploy: | ||||||
|     name: Desplegar a Producción |     name: Desplegar a Producción | ||||||
|     runs-on: ubuntu-latest |     runs-on: sh-runner | ||||||
|     needs: build |     needs: build | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user