Skip to content

Commit e4719bf

Browse files
committed
Cleanup
1 parent 22c15d1 commit e4719bf

File tree

3 files changed

+5
-375
lines changed

3 files changed

+5
-375
lines changed

.github/build-v2-wip.yaml

Lines changed: 0 additions & 173 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
```docker-compose -f docker-compose.build.yml --env-file XXX.env build```
2525

26-
```docker-compose --env-file XXX.env push```
26+
```docker-compose -f docker-compose.build.yml push```
2727

2828
Replace XXX.env with the environment definition file of the environment for which you want to build an image. This can be overridden when running (see below).
2929

@@ -37,3 +37,7 @@ Replace XXX.env with the environment definition file of the environment for whic
3737

3838
* ```example.env```: template of the .env file required by the Docker compose YAML files
3939
* ```tdei_uw.env```: .env for deployment at UW's TDEI center. Only UW should use this, new users should adapt example.env to suit their needs. LTG: remove this file from this repo.
40+
41+
# GH Actions
42+
43+
See GitHub's actions tab in this repo for more deployment examples/steps.

docker-buildx.build.hcl

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)