diff --git a/.github/workflows/ohri-dev-staging-refapp.yml b/.github/workflows/ohri-dev-staging-refapp.yml index 734662c81..162aa07ac 100644 --- a/.github/workflows/ohri-dev-staging-refapp.yml +++ b/.github/workflows/ohri-dev-staging-refapp.yml @@ -101,5 +101,5 @@ jobs: host: ${{ secrets.HISTAC_HOST }} username: ${{ secrets.HISTAC_USERNAME }} key: ${{ secrets.OHRI_SSH_PRIVATE_KEY }} - port: ${{ secrets.3222 }} + port: 3222 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