|
|
|
@ -31,7 +31,7 @@ steps: |
|
|
|
from_secret: SSH_KEY_AUTH |
|
|
|
from_secret: SSH_KEY_AUTH |
|
|
|
|
|
|
|
|
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- apk add --no-cache aws-cli bash git openssh-client |
|
|
|
- apk add --no-cache aws-cli bash git openssh-client make |
|
|
|
- npm install --legacy-peer-deps |
|
|
|
- npm install --legacy-peer-deps |
|
|
|
- npm run build |
|
|
|
- npm run build |
|
|
|
- aws s3 sync build s3://instat-frontend-test-a --delete |
|
|
|
- aws s3 sync build s3://instat-frontend-test-a --delete |
|
|
|
|