Skip to content

Commit 55dd109

Browse files
committed
fix typo
1 parent be638be commit 55dd109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this workflow is triggered when a PR to the develop branch is merged.
22
# the following steps are performed:
33
# - build docker image and push to ECR (image tag is the git describe output as well as 'latest')
4-
# - deploy image to staging environment (not currently set up)
4+
# - deploy image to staging environment
55
name: develop branch workflow
66
on:
77
push:

0 commit comments

Comments
 (0)