From d7407f41ffa84104cf2828d911b015882de87f6f Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 5 Jan 2020 17:37:01 +0100 Subject: [PATCH] fucked up peloyment file --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 73e8c28..f88577b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,9 +28,9 @@ steps: - ./next.config.js - ./.next - ./public - commands: - - docker-compose -f docker-compose.prod.yml build - - docker-copmose -f docker-compose.prod.yml restart front + commands: + - docker-compose -f docker-compose.prod.yml build + - docker-copmose -f docker-compose.prod.yml restart front when: event: push branch: master \ No newline at end of file