Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/jib' into dev-check
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Nov 17, 2023
2 parents 56ea58b + 3c4b072 commit 70ef1f4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/jib-build-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,6 @@ jobs:
run: echo "CurrentTime=${{steps.current-time.outputs.formattedTime}}"
shell: bash


- name: 🐙 docker-compose.yml to EC2 server
uses: appleboy/scp-action@master
with:
username: ubuntu
host: ${{ secrets.EC2_HOST }}
key: ${{ secrets.EC2_PRIVATE_KEY }}
port: ${{ secrets.EC2_PORT }}
envs: GITHUB_SHA
source: "./docker-compose.yml"
target: "/home/ubuntu/"
overwrite: true
timeout: 1m

- name: 🐧 create application.yml
run: |
mkdir ./src/main/resources
Expand Down

0 comments on commit 70ef1f4

Please sign in to comment.