Fix invalid CD syntax

This commit is contained in:
Jafner 2021-09-29 11:39:24 -07:00
parent 2e3bc081b8
commit 8356ca55a4

View File

@ -15,7 +15,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy update to server:
deploy:
name: Deploy to server
runs-on: ubuntu-latest
steps: