Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brucexu-eth authored Jan 16, 2025
1 parent 7fb19c8 commit 93f28f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
- name: Deploy to dokku
- name: Deploy
uses: appleboy/ssh-action@master
with:
host: api.eip.fun
host: api-dev.eip.fun
username: root
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
/home/ubuntu/apps/api-dev.eips.fun.sh 653640199626.dkr.ecr.us-west-2.amazonaws.com/eipsfun:${{ github.sha }}
/root/apps/api-dev.eip.fun.sh 653640199626.dkr.ecr.us-west-2.amazonaws.com/eipsfun:${{ github.sha }}

0 comments on commit 93f28f7

Please sign in to comment.