3 lines
61 B
Bash
3 lines
61 B
Bash
#!/bin/sh
|
|
|
|
aws s3 sync ./dist/ s3://barrettruth.com --delete
|
#!/bin/sh
|
|
|
|
aws s3 sync ./dist/ s3://barrettruth.com --delete
|