diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml new file mode 100644 index 0000000..1b0e588 --- /dev/null +++ b/.github/workflows/cd.yml @@ -0,0 +1,27 @@ +# name: Deployment +# on: push + +# jobs: +# test: +# name: Test +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - run: echo 'run tests' + +# deploy-dev: +# name: Deploy(Dev) +# needs: test +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - run: echo 'dev deployment' + +# deploy-production: +# name: Deploy(Production) +# needs: deploy-dev +# runs-on: ubuntu-latest +# environment: production +# steps: +# - uses: actions/checkout@v2 +# - run: echo 'production deployment' diff --git a/data/name.txt b/data/name.txt index 2873b8a..b0ed0e3 100644 --- a/data/name.txt +++ b/data/name.txt @@ -1 +1 @@ -Yeji +Siru