Skip to content

Commit

Permalink
Merge pull request #99 from coyoteecd/nos3sync-serverless-v3
Browse files Browse the repository at this point in the history
Extend deploy/remove commands with nos3sync option so that it can be used with Serverless v3
  • Loading branch information
k1LoW committed Feb 8, 2022
2 parents 29ee0fd + 1bf354d commit 7b594fe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ class ServerlessS3Sync {
]
}
}
},
deploy: {
options: {
nos3sync: {
type: 'boolean',
usage: 'Disable sync to S3 during deploy'
}
}
},
remove: {
options: {
nos3sync: {
type: 'boolean',
usage: 'Disable sync to S3 during remove'
}
}
}
};

Expand Down

0 comments on commit 7b594fe

Please sign in to comment.