You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infrastructure/deployment/deploy.sh
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -208,12 +208,12 @@ generate_password() {
208
208
209
209
to_remote_paths() {
210
210
paths=$@
211
-
echo"$paths"| sed "s|/tmp/|/opt/opencrvs/infrastructure/|g"| sed "s|$INFRASTRUCTURE_DIRECTORY/docker-compose|/opt/opencrvs/infrastructure/docker-compose|g"
211
+
echo"$paths"| sed "s|/tmp/|/opt/opencrvs/$STACK/infrastructure/|g"| sed "s|$INFRASTRUCTURE_DIRECTORY/docker-compose|/opt/opencrvs/$STACK/infrastructure/docker-compose|g"
0 commit comments