Skip to content

Commit

Permalink
Testing EC2 Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzakhalid committed Dec 6, 2024
1 parent 81ddc6c commit 43a9795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- name: Deploy to EC2
uses: appleboy/[email protected]
if: github.ref == 'refs/heads/main'
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USERNAME }}
Expand All @@ -70,7 +69,7 @@ jobs:
cd /home/ec2-user/enclave
# Pull the latest changes
git pull origin main
git pull
# Deploy the stack
docker stack deploy -c docker-compose.yml ciphernode-stack

0 comments on commit 43a9795

Please sign in to comment.