Explorar el Código

Revert "fix: Change assets endpoint"

This reverts commit 8a9545afdb.
version-14
Gavin D'souza hace 4 años
padre
commit
26e132b5b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/publish-assets-develop.yml

+ 1
- 1
.github/workflows/publish-assets-develop.yml Ver fichero

@@ -38,6 +38,6 @@ jobs:
AWS_S3_BUCKET: 'frappe-assets'
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ASSETS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_ASSETS_SECRET_ACCESS_KEY }}
AWS_S3_ENDPOINT: 'http://assets.frappeframework.com'
AWS_S3_ENDPOINT: 'http://s3.fr-par.scw.cloud'
AWS_REGION: 'fr-par'
SOURCE_DIR: '$GITHUB_WORKSPACE/build'

Cargando…
Cancelar
Guardar