diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb835bc..fa1f9f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,6 @@ deploy-job: # This job runs in the deploy stage. environment: production script: - echo "Deploying application..." - - docker login --username=lslvxy@163.com --password-stdin < /root/docker_password registry.cn-shanghai.aliyuncs.com + - docker login --username=lslvxy@163.com --password-stdin < ~/docker_password registry.cn-shanghai.aliyuncs.com - docker build --platform linux/amd64 -t registry.cn-shanghai.aliyuncs.com/physical/physical-boot --push . - echo "Application successfully deployed."