Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egg528 committed Dec 21, 2023
1 parent c81f950 commit af85618
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build-image-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,14 @@ jobs:
run: |
docker login -u egg528 -p tkfkd0104!
docker build --no-cache -t egg528/test .
docker push egg528/test
docker push egg528/test
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: 221.140.69.194
username: ubuntu
key: onebailey!
script: |
docker-compose -f ~/docker-compose/grafana/docker-compose.yml down
docker-compose -f ~/docker-compose/grafana/docker-compose.yml -d

0 comments on commit af85618

Please sign in to comment.