Skip to content

Commit

Permalink
Update nightly_installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Jun 24, 2024
1 parent d75e604 commit 1d87fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
which yarn
- name: get installer
run: |
wget https://raw.githubusercontent.com/sendingtk/chatwoot/master/deployment/install.sh
wget https://raw.githubusercontent.com/wkarts/chatwoot/master/deployment/install.sh
chmod +x install.sh
#fix for postgtres not starting automatically in gh action env
sed -i '/function configure_db() {/a sudo service postgresql start' install.sh
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
if: always()
with:
name: chatwoot-setup-log-file
path: /var/log/chatwoot-setup.log
path: /var/log/chatwoot-setup.log

0 comments on commit 1d87fa4

Please sign in to comment.