Skip to content

Commit

Permalink
ci/cd: fix ansible location
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed May 8, 2024
1 parent 1449a37 commit d0ecb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Deploy application
uses: noi-techpark/github-actions/docker-deploy@v2
with:
working-directory: infrastructure/ansible
working-directory: frontend/infrastructure/ansible
hosts: "test"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
docker-username: "noi-techpark-bot"
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Deploy application
uses: noi-techpark/github-actions/docker-deploy@v2
with:
working-directory: infrastructure/ansible
working-directory: frontend/infrastructure/ansible
hosts: "prod"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
docker-username: "noi-techpark-bot"
Expand Down

0 comments on commit d0ecb41

Please sign in to comment.