refactor(workflows): remove unnecessary .env file copy in deployment script
All checks were successful
GBCI / build (push) Successful in 57s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-05-11 22:44:30 -03:00
parent 1ca61954a4
commit 83107fbf91

View file

@ -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: |