From 0a9c891d9ad4acab1e5788045dd1e444aee3c439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique=20Ivanchechen?= Date: Thu, 1 Dec 2022 17:23:11 -0300 Subject: [PATCH] CI last step --- .github/workflows/master.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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