mirror of https://github.com/zulip/zulip.git
upgrade-check: Run production verify step.
This commit is contained in:
parent
285e10fe2f
commit
d2a95607e2
|
@ -259,11 +259,8 @@ jobs:
|
||||||
- name: Upgrade production
|
- name: Upgrade production
|
||||||
run: sudo /tmp/production-upgrade
|
run: sudo /tmp/production-upgrade
|
||||||
|
|
||||||
# TODO: We should be running production-verify here, but it
|
- name: Verify install
|
||||||
# doesn't pass yet.
|
run: sudo /tmp/production-verify
|
||||||
#
|
|
||||||
# - name: Verify install
|
|
||||||
# run: sudo /tmp/production-verify
|
|
||||||
|
|
||||||
- name: Report status
|
- name: Report status
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|
|
@ -39,3 +39,5 @@ UPGRADE_SCRIPT=/home/zulip/deployments/current/scripts/lib/upgrade-zulip
|
||||||
|
|
||||||
# Execute the upgrade.
|
# Execute the upgrade.
|
||||||
sudo "$UPGRADE_SCRIPT" /tmp/zulip-server-test.tar.gz
|
sudo "$UPGRADE_SCRIPT" /tmp/zulip-server-test.tar.gz
|
||||||
|
|
||||||
|
sudo supervisorctl restart all
|
||||||
|
|
Loading…
Reference in New Issue