File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 92
92
SCW_DEFAULT_PROJECT_ID : ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
93
93
TAGS : ${{ vars.TAGS }}
94
94
95
- - name : Configure AWS credentials
96
- uses : aws-actions/configure-aws-credentials@v2
97
- with :
98
- aws-access-key-id : ${{ secrets.SCW_ACCESS_KEY }}
99
- aws-secret-access-key : ${{ secrets.SCW_SECRET_KEY }}
100
- aws-region : fr-par
101
-
102
- - name : Sync static files to application object storage
103
- run : aws --endpoint-url https://s3.fr-par.scw.cloud s3 sync _next/static s3://cartographie-prod-app-static-bucket/_next/static --acl public-read
95
+ - name : Upload static files
96
+ run : aws --endpoint-url https://s3.fr-par.scw.cloud s3 sync .next/static s3://cartographie-static/_next/static --acl public-read
97
+ env :
98
+ AWS_ACCESS_KEY_ID : ${{ secrets.SCW_ACCESS_KEY }}
99
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.SCW_SECRET_KEY }}
100
+ AWS_DEFAULT_REGION : fr-par
You can’t perform that action at this time.
0 commit comments