Commit 0668cb41 authored by Đoàn Quốc Huy's avatar Đoàn Quốc Huy

[tag]staging

parent 5458d5f2
Pipeline #43321 failed with stages
in 6 minutes and 23 seconds
......@@ -4,6 +4,7 @@ sed -i 's|PROJECT-NAME|'$project_name'|' docker-compose.yaml
sed -i 's|ENVIRONMENT-NAME|'$environment_name'|' docker-compose.yaml
sed -i 's|IMAGE-NAME|'$image_name'|' docker-compose.yaml
sed -i 's|IMAGE-TAG|'$tag'|' docker-compose.yaml
sed -i 's|PORT-MAPPING|'$port_mapping'|' docker-compose.yaml
#sed -i 's|MOUNT-DATA-FOLDER|'$mount_data_folder'|' docker-compose.yaml
echo "$CI_REGISTRY_PW" | sudo docker login registry.gitlab.com -u "$CI_REGISTRY_USER" --password-stdin
sudo docker-compose pull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment