push it real good

This commit is contained in:
Lucas Gravley 2019-11-08 08:45:57 -06:00
parent 724830394f
commit 23416547c4

View file

@ -31,7 +31,15 @@ jobs:
# Load all steps # # Load all steps #
################## ##################
steps: steps:
# Run Deploy script ##########################
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@master
#####################
# Run Deploy script #
#####################
- name: Deploy image to DockerHub - name: Deploy image to DockerHub
env: env:
# Set the Env Vars # Set the Env Vars