Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce8cd84090 | |||
| d4d5ab89c7 |
@@ -44,14 +44,8 @@ jobs:
|
||||
node-version: "20"
|
||||
cache: ""
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm i
|
||||
|
||||
- name: Deploy
|
||||
run: npm run-script cdk -- deploy
|
||||
|
||||
Reference in New Issue
Block a user