Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CD test #18

Merged
merged 40 commits into from
Mar 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c9abf5a
Update gradle.yml
Ciel-azure Mar 9, 2023
ca75efe
Update appspec.yml
Ciel-azure Mar 9, 2023
2004502
Update deploy-before.sh
Ciel-azure Mar 9, 2023
c6e7f20
Update appspec.yml
Ciel-azure Mar 9, 2023
e6ead3b
Update appspec.yml
acid7937 Mar 9, 2023
969a533
Create appspec.yml
Ciel-azure Mar 9, 2023
138f1a9
Delete appspec.yml
Ciel-azure Mar 9, 2023
c857a30
Update appspec.yml
acid7937 Mar 9, 2023
947e818
Update appspec.yml
acid7937 Mar 9, 2023
737563c
Update gradle.yml
Ciel-azure Mar 9, 2023
8118124
1
ssaalbob Mar 9, 2023
17e2bf5
feat : entity : {Member, Playlist, Comment, Song, Like}
GoF9490 Mar 9, 2023
56dcf77
Merge pull request #17 from codestates-seb/entity
Ciel-azure Mar 9, 2023
73dac4d
fix : CD fix
Ciel-azure Mar 9, 2023
47dd915
Test CD use SCP-Action
Ciel-azure Mar 9, 2023
0800a80
cd test
Ciel-azure Mar 9, 2023
795a91d
Update gradle.yml
Ciel-azure Mar 9, 2023
cbdd04f
Update gradle.yml
Ciel-azure Mar 10, 2023
55d72fe
Update gradle.yml
Ciel-azure Mar 10, 2023
358badb
Update gradle.yml
Ciel-azure Mar 10, 2023
98676ad
Update gradle.yml
Ciel-azure Mar 10, 2023
4a22b8d
Update gradle.yml
Ciel-azure Mar 10, 2023
7ac7974
Update gradle.yml
Ciel-azure Mar 10, 2023
c77ed67
Update gradle.yml
Ciel-azure Mar 10, 2023
20bdfe9
Update gradle.yml
Ciel-azure Mar 10, 2023
624315c
Update gradle.yml
Ciel-azure Mar 10, 2023
6b54ea3
Update gradle.yml
Ciel-azure Mar 10, 2023
545b215
Update gradle.yml
Ciel-azure Mar 10, 2023
077c682
Update gradle.yml
Ciel-azure Mar 10, 2023
608aff5
Update gradle.yml
Ciel-azure Mar 10, 2023
be27965
Update gradle.yml
Ciel-azure Mar 10, 2023
0cbb784
Update gradle.yml
Ciel-azure Mar 10, 2023
fd30c30
Update gradle.yml
Ciel-azure Mar 10, 2023
4775fb1
Update gradle.yml
Ciel-azure Mar 10, 2023
69d5499
Update gradle.yml
Ciel-azure Mar 10, 2023
89426bf
Update gradle.yml
Ciel-azure Mar 10, 2023
61db2a1
Update gradle.yml
Ciel-azure Mar 10, 2023
5efe720
Update gradle.yml
Ciel-azure Mar 10, 2023
3713a30
Update gradle.yml
Ciel-azure Mar 10, 2023
73fb8b9
Update gradle.yml
Ciel-azure Mar 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
host: ${{ secrets.LIGHTSAIL_HOST }}
username: ${{env.LIGHTSAIL_USERNAME}}
key: ${{ secrets.LIGHTSAIL_SSH_KEY }}
source: '/server/build/libs/server-0.0.1-SNAPSHOT.jar'
source: './server/build/libs/server-0.0.1-SNAPSHOT.jar'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handshake error with public IPv4 key.
should update IPv6

Copy link
Contributor Author

@Ciel-azure Ciel-azure Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solution with IPv4 static IP, SSH key
now Invalid or corrupt jarfile error

  1. Error caused by the failure of binary transfer during the transfer process
  2. not set correctly in the main-inf file in the jar file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

background process issue
Exit 'Action' Without waiting for command to finish

manually killing PID number >> This is not a solution.

strip_components: 1
target: 'server-0.0.1-SNAPSHOT.jar'

Expand Down