Skip to content

build(deps-dev): bump follow-redirects from 1.9.0 to 1.15.4 in /example/angular #365

build(deps-dev): bump follow-redirects from 1.9.0 to 1.15.4 in /example/angular

build(deps-dev): bump follow-redirects from 1.9.0 to 1.15.4 in /example/angular #365

Workflow file for this run

name: test now-deployment action
on:
push:
branches:
- master
pull_request_target:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/now-deployment@v2.0.3
id: now-deployment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
zeit-token: ${{ secrets.VERCEL_TOKEN }}
github-comment: false
now-org-id: ${{ secrets.VERCEL_ORG_ID }}
now-project-id: ${{ secrets.VERCEL_PROJECT_ID_STATIC }}
- name: preview-url
run: |
echo ${{ steps.now-deployment.outputs.preview-url }}