Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Nov 15, 2023
2 parents 597b42a + f9008a2 commit 0facda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}


## deploy to production
- name: Deploy to prod
uses: appleboy/ssh-action@master
Expand All @@ -86,6 +85,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
envs: GITHUB_SHA
script: |
sudo docker rm fu-gateway
sudo docker pull minchogt/fu-gateway
docker-compose up -d gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@EnableDiscoveryClient // eureka client
public class FarmusGatewayApplication {


public static void main(String[] args) {
SpringApplication.run(FarmusGatewayApplication.class, args);
}
Expand Down

0 comments on commit 0facda5

Please sign in to comment.