refactor(workflows): remove unnecessary .env file copy in deployment script
All checks were successful
GBCI / build (push) Successful in 57s
All checks were successful
GBCI / build (push) Successful in 57s
This commit is contained in:
parent
1ca61954a4
commit
83107fbf91
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
echo "[General Bots Deployer] Copying files to deploy location..."
|
echo "[General Bots Deployer] Copying files to deploy location..."
|
||||||
sudo rm -rf /opt/gbo/bin/BotServer/dist
|
sudo rm -rf /opt/gbo/bin/BotServer/dist
|
||||||
sudo cp -r ./* /opt/gbo/bin/BotServer
|
sudo cp -r ./* /opt/gbo/bin/BotServer
|
||||||
sudo cp /opt/gbo/conf.d/bot/.env /opt/gbo/bin/BotServer
|
|
||||||
|
|
||||||
- name: Install production dependencies in deployment location
|
- name: Install production dependencies in deployment location
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue