Feature/15 move app to azure storage cdn (#19)

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage

* Moving app to azure storage
This commit was merged in pull request #19.
This commit is contained in:
2025-04-19 11:37:16 -05:00
committed by GitHub
parent 9f18936468
commit 9e9384b808
5 changed files with 40 additions and 44 deletions

View File

@@ -74,28 +74,3 @@ jobs:
if: ${{ inputs.environment_name != 'pull_request' }}
run: |
az logout
# - name: Deploy
# if: ${{ github.event_name != 'pull_request' }}
# run: |
# pnpm --filter app --prod deploy ./.prod/app
# - name: Setup Docker Buildx
# if: ${{ github.event_name != 'pull_request' }}
# uses: docker/setup-buildx-action@v3
# - name: Log into Docker Hub
# if: ${{ github.event_name != 'pull_request' }}
# uses: docker/login-action@v3
# with:
# username: ${{ vars.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Build and push to registry
# if: ${{ github.event_name != 'pull_request' }}
# uses: docker/build-push-action@v6
# with:
# push: true
# tags: noahspan/root-app:${{ inputs.version_number }}
# context: .
# target: app