Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascualy authored Apr 11, 2024
1 parent 42df520 commit 34e89fa
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,3 @@ jobs:
version: KXVSN5DZXZWQ4Q98JDV985BGF8H3D9R
build-name: ci
test-junit-path: test-results/junit.xml

# Deploy-Preview:
# runs-on: ubuntu-latest
# needs: [test-unit-integration]
# if: github.ref != 'refs/heads/production'
# steps:
# - uses: actions/checkout@v4
# - name: Install Vercel CLI
# run: npm install --global vercel@latest
# - name: Pull Vercel Environment Information
# run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
# - name: Build Project Artifacts
# run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
# - name: Deploy Project Artifacts to Vercel
# run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

# Deploy-Production:
# runs-on: ubuntu-latest
# needs: [test-unit-integration]
# if: github.ref == 'refs/heads/production'
# steps:
# - uses: actions/checkout@v4
# - name: Install Vercel CLI
# run: npm install --global vercel@latest
# - name: Pull Vercel Environment Information
# run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
# - name: Build Project Artifacts
# run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
# - name: Deploy Project Artifacts to Vercel
# run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 34e89fa

Please sign in to comment.