This commit is contained in:
parent
ffaf533608
commit
99f23cfb1c
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ steps:
|
||||||
target: ~/apps/card-drop/card-drop_prod
|
target: ~/apps/card-drop/card-drop_prod
|
||||||
recursive: true
|
recursive: true
|
||||||
script:
|
script:
|
||||||
|
- source .bashrc
|
||||||
- cd ~/apps/card-drop/card-drop_prod
|
- cd ~/apps/card-drop/card-drop_prod
|
||||||
- docker compose --file docker-compose.prod.yml up -d
|
- docker compose --file docker-compose.prod.yml up -d
|
||||||
- sleep 10
|
- sleep 10
|
||||||
|
@ -63,6 +64,7 @@ steps:
|
||||||
target: ~/apps/card-drop/card-drop_stage
|
target: ~/apps/card-drop/card-drop_stage
|
||||||
recursive: true
|
recursive: true
|
||||||
script:
|
script:
|
||||||
|
- source .bashrc
|
||||||
- cd ~/apps/card-drop/card-drop_stage
|
- cd ~/apps/card-drop/card-drop_stage
|
||||||
- docker compose --file docker-compose.stage.yml up -d
|
- docker compose --file docker-compose.stage.yml up -d
|
||||||
- sleep 10
|
- sleep 10
|
||||||
|
|
Loading…
Reference in a new issue