[update] pipeline
This commit is contained in:
@@ -9,8 +9,8 @@ pipelines:
|
|||||||
- docker
|
- docker
|
||||||
script: # Modify the commands below to build your repository.
|
script: # Modify the commands below to build your repository.
|
||||||
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
|
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
|
||||||
- docker build -f DockerFile -t registry.71dev/cathaypay-web:dev .
|
- docker build -f DockerFile -t registry.71dev.com/cathaypay-web:dev .
|
||||||
- docker push registry.71dev/cathaypay-web:dev
|
- docker push registry.71dev.com/cathaypay-web:dev
|
||||||
- step:
|
- step:
|
||||||
name: Deploy to kubernates
|
name: Deploy to kubernates
|
||||||
image: atlassian/pipelines-kubectl
|
image: atlassian/pipelines-kubectl
|
||||||
|
|||||||
Reference in New Issue
Block a user