Skip to content

Commit

Permalink
chore: Manage scaleway plugin for deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Oct 29, 2023
1 parent 8ebb76a commit f6efa2f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2,219 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- run: yarn install --frozen-lockfile
- name: serverless deploy
uses: serverless/[email protected]
with:
args: deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.SCW_PROJECT_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SCW_TOKEN }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SCW_TOKEN }}
with:
args: -c "serverless plugin install --name serverless-scaleway-functions && serverless deploy"
entrypoint: /bin/sh
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"keywords": [],
"author": "",
"devDependencies": {
"serverless": "^3.36.0",
"serverless-scaleway-functions": "^0.4.5"
},
"description": ""
Expand Down
Loading

0 comments on commit f6efa2f

Please sign in to comment.