Skip to content

Commit

Permalink
Update service-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanchreek authored Sep 18, 2024
1 parent 19cc067 commit b6d4de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/service-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- main

env:
EC2_PUBLIC_IP: X.X.X.X # TODO replace to your EC2 instance public IP
EC2_PUBLIC_IP: ai-spill.devops-days-upes.com # TODO replace to your EC2 instance public IP
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} # TODO define this secret in your GitHub repo settings

jobs:
Deploy:
name: Deploy in EC2
name: Deploy in AWS EC2
runs-on: ubuntu-latest
steps:
- name: Checkout the app code
Expand Down

0 comments on commit b6d4de4

Please sign in to comment.