mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
deploy fix
This commit is contained in:
parent
299084de93
commit
e6f6e4cc17
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user