generated from PaulRBerg/hardhat-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81ddc6c
commit 43a9795
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 |