File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ Before implementing these solutions, ensure you have:
38
38
- Git installed and configured for your Pantheon sites
39
39
40
40
### Best Practices
41
- 1 . Implement these scripts in your local development environment to catch issues early
42
- 2 . Use Option 2 to minimize unnecessary cache flushes
43
- 3 . Regularly update your local Git configurations to match Pantheon's latest recommendations
41
+ * Implement these scripts in your local development environment to catch issues early
42
+ * Use Option 2 to minimize unnecessary cache flushes
43
+ * Regularly update your local Git configurations to match Pantheon's latest recommendations
44
44
45
45
46
46
## Option 1: Eliminate Local DNS Caching
@@ -105,11 +105,11 @@ GITHUB-EMBED https://github.com/pantheon-systems/documentation/blob/main/source/
105
105
106
106
#### Detailed Function Explanations
107
107
108
- 1 . ` flush_dns_cache() ` : This function detects the operating system and executes the appropriate DNS cache flushing command.
108
+ * ` flush_dns_cache() ` : This function detects the operating system and executes the appropriate DNS cache flushing command.
109
109
110
- 2 . ` check_dns_cache() ` : This function compares the cached IP with the actual IP of the Git host. If they differ, it triggers a DNS cache flush.
110
+ * ` check_dns_cache() ` : This function compares the cached IP with the actual IP of the Git host. If they differ, it triggers a DNS cache flush.
111
111
112
- 3 . ` push_code() ` : This function encapsulates Git clone and push operations with retry logic, calling ` check_dns_cache() ` on failures.
112
+ * ` push_code() ` : This function encapsulates Git clone and push operations with retry logic, calling ` check_dns_cache() ` on failures.
113
113
114
114
#### Large Portfolios
115
115
For large site portfolios:
You can’t perform that action at this time.
0 commit comments