Skip to content

Commit

Permalink
fix: typo error in CI-CD Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Feb 19, 2024
1 parent f3f9097 commit f4f9940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build and push Docker image
run: ./gradlew clean bootBuildImage -PDOCKERHUB_ID=${{ secrets.DOCKERHUB_ID }} -PDOCKERHUB_TOKEN=${{ secrets.DOCKERHUB_TOKEN }}

- name: SSH into EC2 instance
- name: SSH into NCP instance
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.NCP_HOST }}
Expand Down

0 comments on commit f4f9940

Please sign in to comment.