Skip to content

build(deps): bump follow-redirects and axios #364

build(deps): bump follow-redirects and axios

build(deps): bump follow-redirects and axios #364

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/[email protected]
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 }}