Update .drone.yml
This commit is contained in:
@@ -30,6 +30,6 @@ steps:
|
|||||||
- /usr/local/bin/docker rm rc-portfolio-container || true # Remove the container
|
- /usr/local/bin/docker rm rc-portfolio-container || true # Remove the container
|
||||||
- /usr/local/bin/docker run -d -p 8080:80 --name rc-portfolio-container hub.chagarlamudi.net/rc-portfolio:latest # Start the container
|
- /usr/local/bin/docker run -d -p 8080:80 --name rc-portfolio-container hub.chagarlamudi.net/rc-portfolio:latest # Start the container
|
||||||
|
|
||||||
when:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- main # Trigger this pipeline only for the main branch
|
- main # Trigger this pipeline only for the main branch
|
||||||
|
|||||||
Reference in New Issue
Block a user