diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 829d092..6e64e48 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -34,4 +34,7 @@ jobs: remote_host: ${{ secrets.DEPLOY_HOST }} remote_port: ${{ secrets.DEPLOY_PORT }} remote_user: ${{ secrets.DEPLOY_USER }} - remote_key: ${{ secrets.DEPLOY_KEY }} \ No newline at end of file + remote_key: ${{ secrets.DEPLOY_KEY }} + + - name: Deployed + run: echo Deployed to ${{ secrets.DEPLOY_HOST }}! \ No newline at end of file