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

Commit

Permalink
adding epoch times to backup names
Browse files Browse the repository at this point in the history
  • Loading branch information
clintjedwards committed Dec 21, 2019
1 parent c43f93e commit e177169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION = ${SEMVER}_${EPOCH_TIME}_${GIT_COMMIT}

## backup: backup production database using gcp
backup:
gcloud datastore export gs://clintjedwardsbackups/basecoat
gcloud datastore export gs://clintjedwardsbackups/basecoat-${EPOCH_TIME}

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

0 comments on commit e177169

Please sign in to comment.