Skip to content

Commit 7dfd3d0

Browse files
committed
Fix service name, auto-deploy frontend
1 parent d914510 commit 7dfd3d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-to-digital-ocean.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Deploy coursehub
2626
uses: digitalocean/app_action/deploy@v2
2727
env:
28-
IMAGE_TAG_COURSE_HUB: ${{ inputs.version }}
28+
IMAGE_TAG_COURSE_HUB_BACKEND: ${{ inputs.version }}
29+
IMAGE_TAG_COURSE_HUB_FRONTEND: ${{ inputs.version }}
2930
with:
3031
app_name: coursehub
3132
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)