Skip to content

Commit

Permalink
Update lightsail-deploy-web-service.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenpan committed May 29, 2024
1 parent d8f0c86 commit fb83580
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/lightsail-deploy-web-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ jobs:

strategy:
matrix:
service_name: [diaspora-web-service, diaspora-action-provider]
container_name: [diaspora-web-service-container, diaspora-action-provider-container]
dockerfile_path: [web_service/Dockerfile, action_provider/Dockerfile]
include:
- service_name: diaspora-web-service
container_name: diaspora-web-service-container
dockerfile_path: web_service/Dockerfile
- service_name: diaspora-action-provider
container_name: diaspora-action-provider-container
dockerfile_path: action_provider/Dockerfile

steps:
- name: Configure AWS credentials
Expand Down

0 comments on commit fb83580

Please sign in to comment.