Skip to content

Commit

Permalink
Use 2.x version of serverless
Browse files Browse the repository at this point in the history
Our configuration is not compatible with v3
  • Loading branch information
beerlington authored Feb 28, 2022
1 parent f489fb8 commit 347fc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="Deploy a Cloudflare Worker with the Serv
LABEL "com.github.actions.icon"="cloud"
LABEL "com.github.actions.color"="orange"

RUN yarn global add serverless &&\
RUN yarn global add serverless@2.72.3 &&\
mkdir -p /$HOME/worker-deploy &&\
cd $HOME/worker-deploy &&\
serverless create --template cloudflare-workers &&\
Expand Down

0 comments on commit 347fc73

Please sign in to comment.