Skip to content

Commit

Permalink
[aws] chore: Deploy BE on same instance to save cost
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Aug 31, 2024
1 parent a2201e5 commit 1e9cd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deploy-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
docker push ${{ secrets.DOCKERHUB_USERNAME }}/notes-app-be:latest
deploy:
needs: build
runs-on: ec2-runner-be
runs-on: ec2-runner-fe
steps:
- name: Delete old be container
run: docker rm -f notes-app-be
Expand Down

0 comments on commit 1e9cd18

Please sign in to comment.