Fix invalid CD syntax

This commit is contained in:
Jafner 2021-09-29 11:39:24 -07:00
parent 87372effd2
commit f5818f2eb5

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: