Is dbt even installed in your environement?
If yes you may start by executing dbt run if the purpose is to deploy the full project, but you need to be cautious if you’re not sure what’s the target environement.
Finally, you’ll probably have to set up environement variables, credentials, etc.
So nothing as simple as pull the code and press a button