diff --git a/.drone.yml b/.drone.yml index 9c604b3..fe66331 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,7 @@ steps: target: ~/apps/card-drop/card-drop_prod recursive: true script: + - source .bashrc - cd ~/apps/card-drop/card-drop_prod - docker compose --file docker-compose.prod.yml up -d - sleep 10 @@ -63,6 +64,7 @@ steps: target: ~/apps/card-drop/card-drop_stage recursive: true script: + - source .bashrc - cd ~/apps/card-drop/card-drop_stage - docker compose --file docker-compose.stage.yml up -d - sleep 10