Skip to content

Commit

Permalink
adding deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlcos committed May 1, 2024
1 parent 8ef422b commit f47a060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ name: Deploy to Amazon ECS

on:
push:
branches: ['dev']
branches: ["deploy"]

env:
AWS_REGION: us-east-2 # set this to your preferred AWS region, e.g. us-west-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ name: Deploy to Amazon ECS

on:
push:
branches: ['dev']
branches: ["deploy"]

env:
AWS_REGION: us-east-2 # set this to your preferred AWS region, e.g. us-west-1
Expand Down

0 comments on commit f47a060

Please sign in to comment.