Skip to content

Commit

Permalink
add github-actions yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ebisbe committed Jul 5, 2024
1 parent cd6459a commit 123e64b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Serverless actions
on: [push]
jobs:

deploy:
name: Execute actions
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Deploy service
run: |
pnpm install
pnpm sls deploy

0 comments on commit 123e64b

Please sign in to comment.