Skip to content

Commit

Permalink
Feat(#73): removed unused process
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Nov 17, 2023
1 parent ce6780f commit 3c4b072
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 @@ -58,20 +58,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 3c4b072

Please sign in to comment.