Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
fix: change layer uri
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed Jul 21, 2022
1 parent c456a6a commit 2343573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: cd src/ && sh ./build.sh
- run: cd src/ && sh ./build.sh && rm -rf ide-jbr ide-lib ide-plugins
- run: npm i -g @serverless-devs/s
- run: s cli registry login --token ${{ secrets.ALIBABA_REGISTRY_PUBLISH_TOKEN }}
- run: s cli registry publish
6 changes: 3 additions & 3 deletions src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ services:
- plugin: layer-fc
args:
name: ide-jbr
codeUri: ./ide-jbr
codeUri: "https://github.com/imaegoo/idea-serverless/releases/download/0.0.1/ide-jbr.zip"
runtime:
- custom
- plugin: layer-fc
args:
name: ide-lib
codeUri: ./ide-lib
codeUri: "https://github.com/imaegoo/idea-serverless/releases/download/0.0.1/ide-lib.zip"
runtime:
- custom
- plugin: layer-fc
args:
name: ide-plugins
codeUri: ./ide-plugins
codeUri: "https://github.com/imaegoo/idea-serverless/releases/download/0.0.1/ide-plugins.zip"
runtime:
- custom
props:
Expand Down

0 comments on commit 2343573

Please sign in to comment.