Add source
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ethan Lane 2023-12-29 20:56:14 +00:00
parent ffaf533608
commit 99f23cfb1c

View file

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