From a78af566d90491e4cfebb8dfffed8770c95375f3 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:30:16 +0100 Subject: Guh --- .../azure-static-web-apps-gray-tree-0fe191203.yml | 40 ---------------------- .github/workflows/production.yml | 4 +-- 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 .github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml (limited to '.github') diff --git a/.github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml b/.github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml deleted file mode 100644 index 3e16f6d..0000000 --- a/.github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Azure Static Web Apps CI/CD - -on: - push: - branches: - - main - -env: - APP_LOCATION: "/dist" # Astro builds to /dist - ARTIFACT_LOCATION: "dist" # Astro builds to /dist - OUTPUT_LOCATION: "dist" # Astro builds to /dist - -jobs: - build_and_deploy_job: - runs-on: ubuntu-latest - name: Build and Deploy Job - environment: Production - steps: - - uses: actions/checkout@v3 - with: - submodules: true - lfs: false - - uses: actions/setup-node@v3 - with: - node-version: 18.17.x - cache: 'npm' - - run: npm install - - run: npm run build -mode production - - name: Build And Deploy - id: builddeploy - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_TREE_0FE191203 }} - repo_token: ${{ secrets.GITHUB_TOKEN }} - action: "upload" - app_location: ${{ env.APP_LOCATION }} - skip_app_build: true - skip_api_build: true - app_artifact_location: ${{ env.ARTIFACT_LOCATION }} - output_location: "dist" diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 7753a8d..7e93cd1 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -24,7 +24,7 @@ jobs: - name: Build run: npm run build -mode production - name: Archive Production Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: production path: dist @@ -37,7 +37,7 @@ jobs: environment: Production steps: - name: Download Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: production - name: Connect to tailnet -- cgit v1.3