Skip to content

Commit

Permalink
Merge pull request #4640 from devinleighsmith/master
Browse files Browse the repository at this point in the history
rename pims-app route
  • Loading branch information
JamesPayer authored Feb 5, 2025
2 parents c4e8a58 + b660b4c commit e2c3b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-start-argo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
namespace: ${{ env.OPENSHIFT_TOOLS_NAMESPACE }}
- name: Display the maintenance page instead of the app
run: |
./tools/cicd/maintenance/maintenance.sh prod on
APPLICATION_NAME=pims-app-prod ./tools/cicd/maintenance/maintenance.sh prod on
- name: call scripts to deploy api and frontend
run: |
[[ -z ${{github.event.inputs.OVERRIDE_VERSION}} ]] && RELEASE_VERSION=${{steps.previoustag.outputs.tag}}-master || RELEASE_VERSION=${{github.event.inputs.OVERRIDE_VERSION}}-master
Expand Down

0 comments on commit e2c3b07

Please sign in to comment.