Daniel Restrepo

Results 6 comments of Daniel Restrepo

I have the same problem with appname (for my case 'carpa') :(

Hi @josegonzalez My config is: ![yml](https://user-images.githubusercontent.com/36459449/108973309-30059480-7652-11eb-903b-db4c181b24ec.PNG) My output is: ![Deploy](https://user-images.githubusercontent.com/36459449/108973119-00ef2300-7652-11eb-9e61-d4731e0b1342.PNG) My dokku apss: ![Apps](https://user-images.githubusercontent.com/36459449/108973348-3bf15680-7652-11eb-8b28-4c9b5d9569a1.PNG)

I am sure that the key is configured correctly because it is the same that I use to deploy with gi push : master When I deploy with git there...

Ok, here it go: ``` name: CARPA CI/CD on: push: branches: [master, develop] pull_request: branches: [master, develop] jobs: deploy: runs-on: ubuntu-20.04 steps: - name: Cloning repo uses: actions/checkout@v2 with: fetch-depth:...

@josegonzalez Any progress?