Moving app to azure storage
This commit is contained in:
25
.github/workflows/app_build_deploy.yaml
vendored
25
.github/workflows/app_build_deploy.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user