ci: deploy test server post-dev image build pt. 3

This commit is contained in:
Danny Avila 2024-08-09 02:55:33 -04:00 committed by GitHub
parent 8a9476a795
commit 6fead1005b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Update DigitalOcean Server
name: Update Test Server
on:
workflow_run:
@ -32,9 +32,9 @@ jobs:
sudo -i -u danny bash << EEOF
cd ~/LibreChat && \
git fetch origin main && \
git checkout do-deploy && \
git rebase origin/main && \
npm run update:deployed && \
git checkout do-deploy && \
git rebase main && \
npm run start:deployed && \
echo "Update completed. Application should be running now."
EEOF