Skip to content

Commit 40394bc

Browse files
committed
Set up routing rules
1 parent 8f29670 commit 40394bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Upload to S3
3838
run: /srv/github-action-scripts/upload-to-s3-root.sh
3939

40+
- name: Set up Lambda redirect
41+
run: /srv/github-action-scripts/set-up-lambda-redirect.sh ${{ github.workspace }}/website/
42+
4043
- name: Set up security headers
4144
run: cd /srv/github-action-scripts && pipenv run python lambda-security-headers.py
4245

0 commit comments

Comments
 (0)