Skip to content

Commit

Permalink
chore: add an action
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuangbmj committed Jan 13, 2024
1 parent 6ac65b7 commit 845170d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-actions-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Deploy to AWS
run-name: ${{github.actor}} is deploying to AWS
on: push
jobs:
Deploy the current version:
runs-on: ubuntu-latest
steps:
- run: echo 'Hello World!'

0 comments on commit 845170d

Please sign in to comment.