diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 07d0f15..4498778 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,14 +8,13 @@ jobs: steps: - name: Checkout codebase uses: actions/checkout@v2 - - run: echo ${{ secrets.SSH_HOST }} ${{ secrets.SSH_USERNAME }} - name: Deploy uses: kitconcept/docker-stack-deploy@v1.0.1 with: - remote_host: ${{ secrets.SSH_HOST }} - remote_port: ${{ secrets.SSH_PORT }} - remote_user: ${{ secrets.SSH_USERNAME }} + remote_host: alice.ufsj.edu.br + remote_port: 55022 + remote_user: act_runner remote_private_key: ${{ secrets.SSH_PRIV_KEY }} stack_file: "docker-compose.yml" stack_name: "filestash"