Commit 0791305d authored by Đoàn Quốc Huy's avatar Đoàn Quốc Huy

[tag]staging

parent ab2842af
Pipeline #43309 failed with stages
in 2 minutes and 37 seconds
#!/bin/bash
cd .ci
jq -r 'keys[] as $k | "\($k)=\(.[$k])"' $environment_json_path > .env
sed -i 's|PROJECT-NAME|'$project_name'|' docker-compose.yaml
sed -i 's|ENVIRONMENT-NAME|'$environment_name'|' docker-compose.yaml
......
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