This commit is contained in:
GregTCLTK 2019-11-22 15:34:55 -08:00
parent f6e8b98422
commit 5a849dfbde
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -3,7 +3,7 @@ name: Hadder
on: [push]
jobs:
test:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@ -16,7 +16,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: test
needs: build
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v1
@ -41,7 +41,7 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: /home/Bots/deploy.sh
script: /home/Bots/deploy.sh
- name: Send Webhook Notification
if: always()
env: