From 01ed101f396cc87f3d34c0756393372f6e51af1d Mon Sep 17 00:00:00 2001 From: nsjames Date: Fri, 1 Sep 2023 13:07:15 +0100 Subject: [PATCH] ci check --- .github/workflows/ci-check.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/ci-check.yml diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml new file mode 100644 index 0000000..6ed79dc --- /dev/null +++ b/.github/workflows/ci-check.yml @@ -0,0 +1,22 @@ +name: CICheck + +on: + workflow_dispatch: + inputs: + is_production: + description: 'Deploy to production? (defaults to staging)' + required: true + default: false + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Update server + uses: appleboy/ssh-action@master + with: + host: ${{ secrets.HOST }} + username: ${{ secrets.USERNAME }} + key: ${{ secrets.KEY }} + script: | + whoami