Skip to content

Commit

Permalink
feat: dev 서버를 aws로 이관한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Sep 22, 2024
1 parent 343316d commit 89cce7c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,6 @@ jobs:
java-version: '17'
distribution: 'temurin'

# 환경 변수 설정
- name: Set up Environment
run: echo "${{ secrets.ENV_PROPERTIES_DEV }}" > ./.env

# 환경 변수 파일 서버로 전달
- name: Send env file
uses: appleboy/scp-action@master
with:
username: ec2-user
host: ${{ secrets.AWS_DEV_IP }}
key: ${{ secrets.AWS_PASSWORD }}
source: "./.env"
target: "/home/ubuntu"

# 빌드
- name: Build with Gradle
run: ./gradlew clean bootJar
Expand Down

0 comments on commit 89cce7c

Please sign in to comment.