3 lines
75 B
Bash
Executable file
3 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
pnpm build && aws s3 sync ./dist/ s3://barrettruth.com --delete
|