Skip to content

Commit

Permalink
Merge pull request #156 from twenty-three-23/feature/TT-208-ci-cd
Browse files Browse the repository at this point in the history
fix: ci cd
  • Loading branch information
snacktime81 authored Jul 8, 2024
2 parents c9050cf + 53e4402 commit 6c74903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
- name: excute ec2 ssh
uses: appleboy/ssh-action@master
with:
key : ${{ secrets.DEV_EC2_KEY }}
host: ${{ secrets.DEV_EC2_IP }}
username: ${{ secrets.DEV_EC2_ID }}
key : ${{ secrets.DEV_EC2_KEY }}
port: ${{ secrets.DEV_EC2_PORT }}
script: |
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-demo
Expand Down

0 comments on commit 6c74903

Please sign in to comment.