Skip to content

Commit

Permalink
feat: check files 2
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Jan 8, 2024
1 parent af539c7 commit f8a7549
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
VERCEL_SCOPE: 1212evgen

steps:
- name: 'Checkout'
uses: actions/checkout@v4

- name: 'Setup Node.js v20'
uses: actions/setup-node@v4
with:
Expand All @@ -52,7 +49,7 @@ jobs:
echo "deployment-url=$deploymentUrl" >> $GITHUB_OUTPUT
- name: 'List files'
run: ls -R
run: ls -la .vercel

- name: 'Assign domains'
run: vercel alias set ${{ steps.vercel-deploy.outputs.deployment-url }} ${{ env.PRE_PROD_HOST }} --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ env.VERCEL_SCOPE }}

0 comments on commit f8a7549

Please sign in to comment.