Skip to content

Commit

Permalink
Bugfix - Fix Dockerfile for production
Browse files Browse the repository at this point in the history
The dockerfile didn't copy the dialogflow directory so Ote wasn't able to work :(
  • Loading branch information
hanschrome committed Mar 21, 2023
1 parent 6217e0b commit 2438cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docker.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Decode SSH key
run: echo "${{ secrets.SSH_PRIVATE_KEY_BASE64 }}" | base64 --decode > id_rsa
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" | base64 --decode > id_rsa
- name: Add SSH key
uses: webfactory/ssh-agent@v0.4.1
with:
Expand Down

0 comments on commit 2438cf5

Please sign in to comment.