Skip to content

Commit

Permalink
feat: check files 3
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Jan 8, 2024
1 parent f8a7549 commit ef120b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "deployment-url=$deploymentUrl" >> $GITHUB_OUTPUT
- name: 'List files'
run: ls -la .vercel
run: ls -la

- 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 }}
3 changes: 0 additions & 3 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
VERCEL_SCOPE: 1212evgen

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

- name: 'Setup Node.js v20'
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ef120b2

Please sign in to comment.