We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1fef4 commit 2979c27Copy full SHA for 2979c27
.github/workflows/cicd_process.yml
@@ -1,7 +1,7 @@
1
name: deploy to prod 8600
2
on:
3
push:
4
- branches: [ openmrs-2.3.3-upgrade ]
+ branches: [ master ]
5
jobs:
6
7
build:
@@ -19,7 +19,7 @@ jobs:
19
script: |
20
git config --global --add safe.directory /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaemrorderentry
21
cd /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaemrorderentry
22
- git pull origin openmrs-2.3.3-upgrade
+ git pull origin master
23
git status
24
mvn clean install -DskipTests
25
sudo rm -rf /var/lib/OpenMRS/modules/kenyaemrorderentry-*.omod
0 commit comments