From f822fa7e15d5dbaebcbba94f76cc93c988dce9cd Mon Sep 17 00:00:00 2001 From: Sam ONeill Date: Mon, 1 May 2023 20:31:40 +1200 Subject: [PATCH] Adds script to restore production versions --- development/restore_production_files.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 development/restore_production_files.sh diff --git a/development/restore_production_files.sh b/development/restore_production_files.sh new file mode 100644 index 0000000..85f33e9 --- /dev/null +++ b/development/restore_production_files.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git restore docker-compose.yml pathfinder.Dockerfile static/php/php.ini static/pathfinder/environment.ini \ No newline at end of file