Skip to content

Commit

Permalink
Update cicd_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
05AM authored Oct 3, 2023
1 parent e402449 commit d1c89e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:
name: Code deployment
runs-on: ubuntu-latest
env:
DEPLOY_ENV: dev

steps:

Expand Down Expand Up @@ -46,11 +48,11 @@ jobs:
- name: Copy Jar
run: cp ./server/build/libs/*.jar ./deploy

- name: Copy appspec_dev.yml
run: cp appspec_dev.yml ./deploy
- name: Copy appspec.yml
run: cp appspe.yml ./deploy

- name: Copy script
run: cp ./scripts/deploy_dev.sh ./deploy
run: cp ./scripts/*.sh ./deploy

- name: Make zip file
run: zip -r ./tattour_server_dev.zip ./deploy
Expand Down

0 comments on commit d1c89e7

Please sign in to comment.