refactor(workflows): remove unnecessary .env file copy in deployment script
This commit is contained in:
parent
7c2c8548cf
commit
1292573222
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
echo "[General Bots Deployer] Copying files to deploy location..."
|
||||
sudo rm -rf /opt/gbo/bin/BotServer/dist
|
||||
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
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue