This commit is contained in:
ls
2025-01-20 11:30:20 +08:00
parent 16316b25f7
commit 866a755f57

View File

@@ -36,6 +36,6 @@ deploy-job: # This job runs in the deploy stage.
environment: production environment: production
script: script:
- echo "Deploying application..." - 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 . - docker build --platform linux/amd64 -t registry.cn-shanghai.aliyuncs.com/physical/physical-boot --push .
- echo "Application successfully deployed." - echo "Application successfully deployed."