mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 20:30:13 +01:00
ci: deploy test server post-dev image build pt. 3
This commit is contained in:
parent
8a9476a795
commit
6fead1005b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-dev.yml
vendored
6
.github/workflows/deploy-dev.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue