Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
remove npm install
  • Loading branch information
Cycrypto authored Apr 2, 2024
1 parent eab1e85 commit 821989b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: install-python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: install serverless
run: npm i -g serverless
- run: cd aws-sandol-api && serverless plugin install -n serverless-wsgi
- name: serverless plugin install
run: cd aws-sandol-api && serverless plugin install -n serverless-wsgi
- name: severless deploy
run: cd aws-sandol-api && sls deploy --verbose --force
run: cd aws-sandol-api && sls deploy

0 comments on commit 821989b

Please sign in to comment.