We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67df3b commit 73ebde5Copy full SHA for 73ebde5
README.md
@@ -12,10 +12,12 @@
12
## Usage
13
```yaml
14
- name: Deploy to AWS
15
- uses: onramper/action-deploy-aws-static-site@v1
+ uses: onramper/action-deploy-aws-static-site@v3.2.0
16
with:
17
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
18
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
19
domain: subdomain.example.com
20
publish_dir: ./public
21
```
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