Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit e177169

Browse files
committed
adding epoch times to backup names
1 parent c43f93e commit e177169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VERSION = ${SEMVER}_${EPOCH_TIME}_${GIT_COMMIT}
1111

1212
## backup: backup production database using gcp
1313
backup:
14-
gcloud datastore export gs://clintjedwardsbackups/basecoat
14+
gcloud datastore export gs://clintjedwardsbackups/basecoat-${EPOCH_TIME}
1515

1616
## build: run tests and compile full app in production mode
1717
build: export FRONTEND_API_HOST="https://${APP_NAME}.clintjedwards.com"

0 commit comments

Comments
 (0)