-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPC-4086] Update IP address instruction for prod (#131)
## 🎫 Ticket https://jira.cms.gov/browse/DPC-4086 ## 🛠 Changes Adds IP address instructions for prod to DPC static site. ## ℹ️ Context [Website Copy](https://confluence.cms.gov/display/DAPC/Website+Copy) ## 🧪 Validation ![image](https://github.com/user-attachments/assets/112f450d-6fe1-4227-8cda-13f7d092c120) ![image](https://github.com/user-attachments/assets/cac0264b-06fb-41a3-bbc4-1f1950f937a8) ![image](https://github.com/user-attachments/assets/daa1c1ad-9e7c-4be9-8ca8-ff4cc656b679) ![image](https://github.com/user-attachments/assets/63e124bc-4827-43e9-be5a-31a1d050c697) ![image](https://github.com/user-attachments/assets/754459c6-e470-4bc7-af74-a89592bd938b)
- Loading branch information
1 parent
100741f
commit 57eff29
Showing
4 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
id: lychee | ||
with: | ||
jobSummary: true | ||
args: --no-progress --accept '200..=299, 401, 405' . | ||
args: --no-progress --accept '200..=299, 401, 403, 405' . | ||
- name: "Send Slack alert" | ||
if: env.lychee_exit_code != 0 | ||
uses: slackapi/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters