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

This commit is contained in:
Ethan Lane 2023-12-29 20:54:53 +00:00
parent 526b42bb4a
commit ffaf533608

View file

@ -25,9 +25,6 @@ steps:
source: . source: .
target: ~/apps/card-drop/card-drop_prod target: ~/apps/card-drop/card-drop_prod
recursive: true recursive: true
prescript:
- eval `ssh-agent -s`
- echo "$SSH_KEY" | tr -d '\r' | ssh-add -
script: script:
- 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
@ -65,9 +62,6 @@ steps:
source: . source: .
target: ~/apps/card-drop/card-drop_stage target: ~/apps/card-drop/card-drop_stage
recursive: true recursive: true
prescript:
- eval `ssh-agent -s`
- echo "$SSH_KEY" | tr -d '\r' | ssh-add -
script: script:
- 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