fix(back-end): try fix profile manager
This commit is contained in:
@@ -146,10 +146,13 @@ jobs:
|
|||||||
DB_PASS="${{ secrets.DB_PASSWORD_DEV }}"
|
DB_PASS="${{ secrets.DB_PASSWORD_DEV }}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 3. Append DB credentials
|
# 3. Append DB and Docker credentials
|
||||||
printf '\nDB_URL=%s\nDB_USERNAME=%s\nDB_PASSWORD=%s\n' \
|
printf '\nDB_URL=%s\nDB_USERNAME=%s\nDB_PASSWORD=%s\n' \
|
||||||
"$DB_URL" "$DB_USER" "$DB_PASS" >> /tmp/full_env.env
|
"$DB_URL" "$DB_USER" "$DB_PASS" >> /tmp/full_env.env
|
||||||
|
|
||||||
|
printf 'REGISTRY_URL=%s\nREPO_OWNER=%s\nTAG=%s\n' \
|
||||||
|
"${{ secrets.REGISTRY_URL }}" "$OWNER_LOWER" "$TAG" >> /tmp/full_env.env
|
||||||
|
|
||||||
# 4. Debug: print content (for debug purposes)
|
# 4. Debug: print content (for debug purposes)
|
||||||
echo "Preparing to send env file with variables:"
|
echo "Preparing to send env file with variables:"
|
||||||
grep -v "PASSWORD" /tmp/full_env.env || true
|
grep -v "PASSWORD" /tmp/full_env.env || true
|
||||||
|
|||||||
Reference in New Issue
Block a user