CI last step

This commit is contained in:
José Henrique Ivanchechen 2022-12-01 17:23:11 -03:00
parent 919bd4b6cd
commit 0a9c891d9a
1 changed files with 4 additions and 1 deletions

View File

@ -34,4 +34,7 @@ jobs:
remote_host: ${{ secrets.DEPLOY_HOST }} remote_host: ${{ secrets.DEPLOY_HOST }}
remote_port: ${{ secrets.DEPLOY_PORT }} remote_port: ${{ secrets.DEPLOY_PORT }}
remote_user: ${{ secrets.DEPLOY_USER }} remote_user: ${{ secrets.DEPLOY_USER }}
remote_key: ${{ secrets.DEPLOY_KEY }} remote_key: ${{ secrets.DEPLOY_KEY }}
- name: Deployed
run: echo Deployed to ${{ secrets.DEPLOY_HOST }}!