From 18eda6594b91010fc748aae83e6e33bae10e58f0 Mon Sep 17 00:00:00 2001 From: Dewmin Deniyegedara Date: Thu, 11 Dec 2025 17:43:07 +0530 Subject: [PATCH] fix:yml issue --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e0afaf5..1fcf497 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -47,9 +47,9 @@ jobs: - name: Deploy to EC2 uses: appleboy/ssh-action@v0.1.7 with: - host : ${{secret.EC2_HOST}} - username : ${{secret.EC2_USER}} - key: ${{secret.EC2_KEY}} + host : ${{secrets.EC2_HOST}} + username : ${{secrets.EC2_USER}} + key: ${{secrets.EC2_KEY}} script: docker pull dewmink/embula-backend:latest docker stop embula-backend || true