Skip to content

Commit

Permalink
Improve serverless config
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Feb 22, 2024
1 parent 2c6c58f commit 06091e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@ npm install
And finally deploy:

```bash
./node_modules/.bin/serverless deploy
npx serverless deploy
```

To remove run:

```bash
./node_modules/.bin/serverless remove
npx serverless remove
```


Expand Down
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ functions:
handler: serverless.php
description: 'Simple PHP script for notifying for a free appointments on the Berlin services website'
runtime: php-83
architecture: arm64
events:
- schedule: cron(0 * * * ? *)

Expand Down

0 comments on commit 06091e1

Please sign in to comment.