[update] bitbucket pipeline

This commit is contained in:
2023-10-10 16:02:27 +07:00
parent 867c1c45a9
commit 76ea16dd06

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 71dev/cathaypay-web:dev .
- docker push 71dev/cathaypay-web:dev
- docker build -f DockerFile -t registry.71dev/cathaypay-web:dev .
- docker push registry.71dev/cathaypay-web:dev
- step:
name: Deploy to kubernates
image: atlassian/pipelines-kubectl