-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
2 changed files
with
4 additions
and
31 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 |
---|---|---|
|
@@ -29,31 +29,3 @@ jobs: | |
- name: Run Tests | ||
run: | | ||
npm test | ||
# - name: Setup AWS CLI | ||
# uses: aws-actions/configure-aws-credentials@v1 | ||
# with: | ||
# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
# aws-region: eu-north-1 | ||
|
||
# - name: SSH and Pull Changes in EC2 | ||
# run: | | ||
# # Install SSH client (might be already available in the runner) | ||
# sudo apt-get install openssh-client | ||
|
||
# # SSH into the EC2 instance and pull changes | ||
# ssh -o StrictHostKeyChecking=no -i /path/to/your/private_key.pem [email protected] "cd workspace/OrderApp/ && git pull" | ||
|
||
# - name: Build (if necessary) | ||
# run: | | ||
# # Build commands or Docker build for containerized apps. | ||
|
||
# - name: Deploy | ||
# run: | | ||
# # You can use AWS CLI, Azure CLI, etc., based on where you're deploying. | ||
# # Ensure you've set up necessary secrets for deployments. | ||
|
||
# - name: Post-Deployment Checks | ||
# run: | | ||
# # Smoke tests or other post-deployment checks to ensure the deployed application is running. |
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