Skip to content

test action

test action #18

Workflow file for this run

name: test
"on":
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Deploy to server
env:
SERVER_KEY: ${{ secrets.SERVER_KEY }}