diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 10:30:16 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 10:30:16 +0100 |
| commit | a78af566d90491e4cfebb8dfffed8770c95375f3 (patch) | |
| tree | d3e63c7b7066fba2d32f7dd39510d2c7c3aab658 | |
| parent | 83f8f76d4be63d67e6f74743374a04d2c0f736ce (diff) | |
Guh
| -rw-r--r-- | .github/workflows/azure-static-web-apps-gray-tree-0fe191203.yml | 40 | ||||
| -rw-r--r-- | .github/workflows/production.yml | 4 |
2 files changed, 2 insertions, 42 deletions
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 |
