Linter: duplicate step name
This commit is contained in:
		
							
								
								
									
										22
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -54,28 +54,6 @@ steps: | |||||||
|   depends_on: |   depends_on: | ||||||
|     - build-and-publish-backend |     - build-and-publish-backend | ||||||
|  |  | ||||||
| - name: build-and-publish-frontend |  | ||||||
|   image: plugins/docker |  | ||||||
|     # Añade la sección "volumes" también aquí |  | ||||||
|   volumes: |  | ||||||
|     - name: dockersock |  | ||||||
|       path: /var/run/docker.sock |  | ||||||
|   settings: |  | ||||||
|     registry: |  | ||||||
|       from_secret: REGISTRY_URL |  | ||||||
|     repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}-frontend |  | ||||||
|     username: |  | ||||||
|       from_secret: GITEA_USER |  | ||||||
|     password: |  | ||||||
|       from_secret: ACTIONS_PAT |  | ||||||
|     dockerfile: Frontend/Dockerfile |  | ||||||
|     tags: |  | ||||||
|       - latest |  | ||||||
|       - ${DRONE_COMMIT_SHA:0:8} |  | ||||||
|     insecure: true |  | ||||||
|   depends_on: |  | ||||||
|     - build-and-publish-backend |  | ||||||
|  |  | ||||||
| - name: deploy-to-production | - name: deploy-to-production | ||||||
|   image: alpine:latest |   image: alpine:latest | ||||||
|   environment: |   environment: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user