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