Skip to content

Commit

Permalink
ci: Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nyj001012 authored Oct 4, 2024
1 parent 33d774b commit ad9869b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Amazon EC2
name: Deploy to Amazon LightSail

on:
workflow_dispatch:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
--s3-location s3://$S3_BUCKET_NAME/$GITHUB_SHA.zip \
--source .
- name: Deploy to AWS EC2 from S3
- name: Deploy to AWS LightSail from S3
run: |
aws deploy create-deployment \
--application-name ${{ env.CODE_DEPLOY_APPLICATION_NAME }} \
Expand Down

0 comments on commit ad9869b

Please sign in to comment.