Skip to content

Commit 73ebde5

Browse files
authored
Update README.md
1 parent b67df3b commit 73ebde5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
## Usage
1313
```yaml
1414
- name: Deploy to AWS
15-
uses: onramper/action-deploy-aws-static-site@v1
15+
uses: onramper/action-deploy-aws-static-site@v3.2.0
1616
with:
1717
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
1818
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1919
domain: subdomain.example.com
2020
publish_dir: ./public
2121
```
22+
23+
Make sure to add your `domain` to Route 53 as hosted zone and add an `NS` record if needed. An `A` record will be automatically added by the action.

0 commit comments

Comments
 (0)