1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-07-15 01:34:32 +02:00
Commit Graph

107 Commits

Author SHA1 Message Date
5df14e5162 fix deploy file sync using absolute paths 2019-07-14 22:08:14 -08:00
0131905678 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-14 21:26:40 -08:00
b9fa73ae50 fix deploy static file sync 2019-07-14 21:26:19 -08:00
0d42039a3c updated main readme and both service readmes 2019-07-14 21:11:46 -08:00
845e3d6be2 fix readme web-api example 2019-07-14 20:24:52 -08:00
0e3f18b2b2 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-14 20:14:11 -08:00
44ac98a19b fix gitlab ci yaml 2019-07-14 20:13:56 -08:00
44e0a36163 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-14 20:13:17 -08:00
7c3f84791f updated readme documentation 2019-07-14 20:12:54 -08:00
931795a7ba Add missing ecs task def for web-app 2019-07-14 19:17:18 -08:00
7fd0e5187b delete config_sync.go that impliments fsnotify to watch for local files
to be created/updated and uploads them to S3.
2019-07-14 19:16:13 -08:00
df55acf654 add web-app to gitlab cicd 2019-07-14 19:13:09 -08:00
2cd374a130 updated readme 2019-07-14 17:59:06 -08:00
8ae8c97af9 Fixed web-app redirects 2019-07-14 17:03:08 -08:00
6188b05b2f gitlab json encode build info fields title and description 2019-07-14 16:39:17 -08:00
55a4664bde devops:schema - when no db credentails skip instead of error to ensure
when deploying to a fresh account, deploy runs first to create the
database.
2019-07-14 16:16:25 -08:00
e1b3377e88 added entry point for schema migration to devops that loads db creds
from aws secrets manager
2019-07-14 15:33:23 -08:00
1a36b52113 reworked tools/devops to better support gitlab cicd 2019-07-14 14:55:34 -08:00
e31991efc8 gitlab ci fix empty env name 2019-07-14 13:05:03 -08:00
3c495e81a5 switch gitlab ci task to use environment 2019-07-14 13:03:07 -08:00
f4f101db4b gilab nested variables 2019-07-14 13:02:06 -08:00
2c340999a8 gitlab ci testing nested variables 2019-07-14 12:53:36 -08:00
95e0d28c3b devsops remove build tags, only release image 2019-07-14 12:39:05 -08:00
e46c6317e5 Switch from golang docker client to executing direct docker commands
github.com/docker/docker/client adds an additional 30 deps to the
project and encoutering random errors when running on gitlab.
	Can't add file cmd/web-app/static/assets/images/glacier-example-pic.jpg to tar
	Error response from daemon: invalid reference format
2019-07-14 12:25:58 -08:00
d16855ead9 exclude git for docker archive 2019-07-14 01:26:05 -08:00
a672b56d5d deploy aws region empty for role 2019-07-14 01:19:50 -08:00
5276254db5 pull aws region from ec2 metadata 2019-07-14 01:07:14 -08:00
8f5ff1ec1e Init aws session with region when using role 2019-07-14 00:54:51 -08:00
db07498192 Load AWS region from meta data if not set for deploy 2019-07-14 00:41:58 -08:00
1952c9d731 update gitlab yaml 2019-07-13 23:15:01 -08:00
aeeb51fc0f deveops load aws creds from session for deploy 2019-07-13 23:12:07 -08:00
79e81aa7e8 gitlab variable debug 2019-07-13 22:54:13 -08:00
90930b72d2 added missing aws.go file due to gitignore rule 2019-07-13 22:43:49 -08:00
00fbe14176 fix gitlab yaml 2019-07-13 22:16:11 -08:00
b37180ee28 fix gitlab yaml 2019-07-13 22:14:03 -08:00
997fc8d213 sdfadsf 2019-07-13 21:02:20 -08:00
10dc4e8f8c sdfadsfadsf 2019-07-13 21:01:44 -08:00
48d86b4421 fixing gitlab yaml 2019-07-13 20:59:07 -08:00
b831b8deff migrated devops from truss to own tool 2019-07-13 20:55:45 -08:00
4b6e344bb5 Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-13 20:50:17 -08:00
91879fe40a remwork tools 2019-07-13 20:50:00 -08:00
10d2046ff9 Removed ports in docker-compose.yaml file 2019-07-13 19:57:23 -08:00
83d56497df Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit 2019-07-13 19:12:26 -08:00
0d9e195a3b Updates to the main readme file and comments on service_deploy. 2019-07-13 19:09:31 -08:00
6607d719d9 web-app remove AWS requirement 2019-07-13 16:32:29 -08:00
516c991661 gitlab CICD for project setup steps added to README 2019-07-13 15:45:24 -08:00
6117a813f2 Completed removing example-project directory and moving all files back a
a directory
2019-07-13 12:16:28 -08:00
bcf022aa18 moved example-project files back a directory 2019-07-13 11:42:37 -08:00
541a279b6f remove example project from sub directory 2019-07-13 11:36:51 -08:00
c5ea09d8e1 completed autocert implimentation for web-api 2019-07-13 03:03:30 -08:00