Skip to content

Commit

Permalink
ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames authored and nsjames committed Sep 1, 2023
1 parent 62ea9b0 commit 01ed101
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 01ed101

Please sign in to comment.