fix deploy auth test

keep-around/44e70269ba4e4c3ea8c912424bbb3a0e479f07f4
Dmitry Kosolapov home 3 years ago committed by Gitea
parent 1dc9da94fc
commit 998b7176de
  1. 2
      .drone.yml

@ -657,5 +657,5 @@ steps:
- ssh-keyscan auth.test.insports.tv >> ~/.ssh/known_hosts - ssh-keyscan auth.test.insports.tv >> ~/.ssh/known_hosts
- rsync -v -r -C build_auth/ ubuntu@auth.test.insports.tv:/home/ubuntu/ott-auth/src/frontend/ - rsync -v -r -C build_auth/ ubuntu@auth.test.insports.tv:/home/ubuntu/ott-auth/src/frontend/
- rsync -v -r -C build_auth/clients/* ubuntu@auth.test.insports.tv:/home/ubuntu/ott-auth/src/frontend/templates - rsync -v -r -C build_auth/clients/* ubuntu@auth.test.insports.tv:/home/ubuntu/ott-auth/src/frontend/templates
- aws s3 sync build s3://auth-insports-test --delete - aws s3 sync build_auth s3://auth-insports-test --delete
- aws cloudfront create-invalidation --distribution-id E10YI3RFOZZDLZ --paths "/*" - aws cloudfront create-invalidation --distribution-id E10YI3RFOZZDLZ --paths "/*"

Loading…
Cancel
Save