Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

[feature/deployment] Attempt to get TF actions working finally #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/actions/Dockerfile

This file was deleted.

104 changes: 0 additions & 104 deletions .github/actions/Makefile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/actions/deploy.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ action "Push" {
env = {
IMAGE = "445220836204.dkr.ecr.eu-west-1.amazonaws.com/etdashboard"
}

}

action "Deploy to Fargate" {
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN npm i --silent

COPY --chown=node:node . .

EXPOSE 8081
EXPOSE 3000

CMD [ "npm", "start" ]
150 changes: 0 additions & 150 deletions terraform/ecs.tf

This file was deleted.

7 changes: 0 additions & 7 deletions terraform/outputs.tf

This file was deleted.

55 changes: 0 additions & 55 deletions terraform/service.tf

This file was deleted.

Loading