Skip to content

Commit 329dc94

Browse files
committed
update workflow
1 parent 0afb41a commit 329dc94

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/backend_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: ["main"]
66

77
jobs:
8-
build-and-test:
8+
build-test-deploy:
99
runs-on: ubuntu-latest
1010
env:
1111
MYSQL_DATABASE: deepwork
@@ -91,6 +91,5 @@ jobs:
9191
username: ubuntu
9292
key: ${{ secrets.SSH_PRIVATE_KEY_EC2 }}
9393
script: |
94-
aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ secrets.ECR_REPO }}
9594
docker-compose pull
9695
docker-compose up -d --force-recreate

0 commit comments

Comments
 (0)