[update] pipeline

This commit is contained in:
2023-10-10 16:07:47 +07:00
parent 76ea16dd06
commit 24735ee6d5

View File

@@ -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