Create CI/CD for test deployment

This commit is contained in:
Ariful Alam
2022-03-20 01:52:37 +06:00
parent 2ba2674a7f
commit 059dce3dbe
2 changed files with 33 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: [main]
jobs:
build:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository