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
Please note that my laravel-harbor usesFORGE_SUBDOMAIN_PATTERN to determine the subdomain style based on the branch name:
It prioritizes matching branch names like "t12345-a-b-c-d", and the domain will be: t12345.domain.com
If the above branch name is not found, it directly uses the branch name as the domain: branch-name.domain.com
In the :Start Teardown Preview Site step, when printing the environment variables, FORGE_SUBDOMAIN_PATTERN appears, indicating that the condition in the above step: Set FORGE_SUBDOMAIN_PATTERN if head_ref starts with 't' is met. Therefore, a FORGE_SUBDOMAIN_PATTERN is inserted into GitHub's environment variables to ensure the correct subdomain can be found during the teardown phase.
So I simulated the content of this Pull Request locally and executed it using theact tool. Surprisingly, it executed successfully!
I'm not sure if this is a bug related to the subdomain?
The text was updated successfully, but these errors were encountered:
I noticed that there are undeleted preview sites in Forge. Immediately checking the execution logs of Actions shows: FAIL ---> Site not found.
preview-teardown.yml
:In the :
Start Teardown Preview Site
step, when printing the environment variables, FORGE_SUBDOMAIN_PATTERN appears, indicating that the condition in the above step:Set FORGE_SUBDOMAIN_PATTERN if head_ref starts with 't'
is met. Therefore, a FORGE_SUBDOMAIN_PATTERN is inserted into GitHub's environment variables to ensure the correct subdomain can be found during the teardown phase.So I simulated the content of this Pull Request locally and executed it using the
act
tool. Surprisingly, it executed successfully!I'm not sure if this is a bug related to the subdomain?
The text was updated successfully, but these errors were encountered: