Skip to content

Commit

Permalink
organize spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyunlee123 committed May 23, 2024
1 parent b5221a2 commit ea1df02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Continuous Deployment
on:
push:
branches: [main]

jobs:
AWS_S3_Sync:
name: AWS S3 Sync
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
context: "{{defaultContext}}:expressjs"
push: true
tags: ${{ steps.login-ecr.outputs.registry }}/skkuding_expressjs:latest

Terraform_Apply:
name: Terraform Apply
needs: [AWS_S3_Sync, Update_ECR_Container]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Our First Workflow
on: push

jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: echo 'Hellworld, Github Actions!'

pwd-ls:
name: PWD&LS
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea1df02

Please sign in to comment.