Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
geramy92 committed Apr 4, 2020
1 parent e6130a3 commit 4fe8c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ module.exports = function(grunt) {
},
backup: {
expand: true,
src: '*config.lua',
src: ['config.lua', 'database_config.lua'],
dest: deployPath,
cwd: deployPath + "/terratex_reallife",
dot: true
},
restoreBackup: {
expand: true,
src: '*config.lua',
src: ['config.lua', 'database_config.lua'],
dest: deployPath + "/terratex_reallife",
cwd: deployPath,
dot: true
Expand Down

0 comments on commit 4fe8c04

Please sign in to comment.