From 866a755f5799e4f5f39866f0b8887db3c1a860f9 Mon Sep 17 00:00:00 2001 From: ls Date: Mon, 20 Jan 2025 11:30:20 +0800 Subject: [PATCH] update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."