Skip to content

Commit

Permalink
deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Sep 18, 2023
1 parent 299084d commit e6f6e4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build-
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
if: github.ref == 'refs/heads/main'
with:
name: dist-${{ matrix.os }}-${{ matrix.node }}
Expand All @@ -136,9 +136,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: dist-ubuntu-latest-18
path: dist
- name: Deploy to S3
run: npm run deploy:s3
env:
Expand Down

1 comment on commit e6f6e4c

@vercel
Copy link

@vercel vercel bot commented on e6f6e4c Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-kremalicious.vercel.app
kremalicious.vercel.app
blog-git-main-kremalicious.vercel.app

Please sign in to comment.