File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 6767 env :
6868 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969
70- - name : Install AWS CLI
71- run : |
72- python -m pip install --upgrade pip
73- pip install awscli==1.36.40
74-
75- - name : Sync to S3
76- if : ${{ env.SHOULD_DEPLOY == 'true' }}
77- run : |
78- DEST="s3://root/${PR_NUMBER:-}" # if PR, upload in s3://root/<prnumber>
79- aws configure set default.s3.max_concurrent_requests 200
80- aws --endpoint-url https://s3.cern.ch s3 sync build/${PR_NUMBER:-} ${DEST} --exclude 'files-test/*' --exclude 'files/*' --exclude 'download-test/*' --exclude 'download/*' --exclude 'doc-test/*' --exclude 'doc/*' --exclude 'old-drupal/*'
81-
82- env :
83- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
84- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
85- AWS_REGION : " eu-west-1"
86-
8770 - name : Install Kerberos utilities
8871 run : |
8972 sudo apt-add-repository http://archive.ubuntu.com/ubuntu/
You can’t perform that action at this time.
0 commit comments