diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b105954..e235fc0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,18 +8,15 @@ on: - master jobs: - prepare: - runs-on: ubuntu-latest - if: "! contains(github.event.head_commit.message, '[ci skip]') && ! contains(github.event.head_commit.message, '[skip ci]')" - steps: - - run: echo "${{ github.event.head_commit.message }}" deploy: runs-on: ubuntu-latest + if: "! contains(github.event.head_commit.message, '[ci skip]') && ! contains(github.event.head_commit.message, '[skip ci]')" steps: - uses: actions/checkout@v1 - uses: ./ id: now-deployment with: - github-token: ${{ secrets.BOT_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} zeit-token: ${{ secrets.ZEIT_TOKEN }} #ZEIT_TEAMID: amond + diff --git a/public/index.html b/public/index.html index b206a13..0461c8d 100644 --- a/public/index.html +++ b/public/index.html @@ -1,2 +1,2 @@ yay -22 +ping