Skip to content

Commit

Permalink
Update ohri-dev-staging-refapp.yml - update ssh credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
alaboso authored Feb 27, 2024
1 parent 91ead48 commit 8da7d32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ohri-dev-staging-refapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HISTAC_HOST }}
username: ${{ secrets.HISTAC_USERNAME }}
key: ${{ secrets.OHRI_SSH_PRIVATE_KEY }}
port: 3222
host: ${{ secrets.HISTAC_DEV_STAGING_HOST }}
username: ${{ secrets.HISTAC_DEV_STAGING_USERNAME }}
key: ${{ secrets.HISTAC_DEV_STAGING_KEY }}
port: ${{ secrets.HISTAC_DEV_STAGING_PORT }}
script: cd /opt && docker compose -f docker-compose-openmrs-referenceapplication.yml stop && docker compose -f docker-compose-openmrs-referenceapplication.yml pull && docker compose -f docker-compose-openmrs-referenceapplication.yml up -d

0 comments on commit 8da7d32

Please sign in to comment.