Skip to content

added virtual width and height and files in /assets to tsconfig (#279) #1729

added virtual width and height and files in /assets to tsconfig (#279)

added virtual width and height and files in /assets to tsconfig (#279) #1729

Workflow file for this run

name: push-deploy-world
on:
push:
branches:
- "main"
pull_request:
jobs:
push-or-pr:
uses: ./.github/workflows/deploy-with-version.yml
with:
dcl-sdk-package: '@dcl/sdk@latest'
secrets:
SDK_TEAM_S3_BUCKET: ${{ secrets.SDK_TEAM_S3_BUCKET }}
SDK_TEAM_AWS_ID: ${{ secrets.SDK_TEAM_AWS_ID }}
SDK_TEAM_AWS_SECRET: ${{ secrets.SDK_TEAM_AWS_SECRET }}
SDK_TEAM_S3_BASE_URL: ${{ secrets.SDK_TEAM_S3_BASE_URL }}
AB_TOKEN: ${{ secrets.AB_TOKEN }}