-
Notifications
You must be signed in to change notification settings - Fork 5
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
CD test #18
Conversation
.github/workflows/gradle.yml
Outdated
@@ -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' |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
- Error caused by the failure of binary transfer during the transfer process
- not set correctly in the main-inf file in the jar file.
There was a problem hiding this comment.
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.
background process issue manually killing PID number >> This is not a solution. |
solved |
No description provided.