diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b5233cd..699ca5e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -19,4 +19,4 @@ jobs: uses: dokku/github-action@master with: git_remote_url: 'ssh://dokku@192.168.1.2:22/to-do-list-partner' - ssh_private_key: { secrets.DOKKU_DEPLOY_KEY } \ No newline at end of file + ssh_private_key: ${{ secrets.DOKKU_DEPLOY_KEY }} \ No newline at end of file