Skip to content

Commit ff8d838

Browse files
authored
Merge pull request #278 from digital-gov-mg/deploy-without-secret-github
fix ssh_port prod
2 parents 75bd46d + ae35853 commit ff8d838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
--environment=${{ github.event.inputs.environment }} \
130130
--host=$DOMAIN \
131131
--ssh_host=$SSH_HOST \
132-
--ssh_port=SSH_PORT \
132+
--ssh_port=$SSH_PORT \
133133
--ssh_user=$SSH_USER \
134134
--version=${{ github.event.inputs.core-image-tag }} \
135135
--country_config_version=${{ github.event.inputs.countryconfig-image-tag }} \

0 commit comments

Comments
 (0)