Skip to content

test yml

test yml #1

Workflow file for this run

name: Deployment
"on":
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to server
run: echo 'Deploying to server...'