We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb42c93 commit e7f8638Copy full SHA for e7f8638
.github/workflows/docker-image.yml
@@ -31,16 +31,5 @@ jobs:
31
with:
32
file: BlogSite/Dockerfile
33
push: true
34
- tags: gcpease/blogsite:latest
35
- - name: executing remote ssh commands using password
36
- uses: appleboy/ssh-action@master
37
- with:
38
- host: ${{ secrets.BLOG_HOST }}
39
- username: ${{ secrets.BLOG_USERNAME }}
40
- key : ${{ secrets.BLOG_KEY }}
41
- script: |
42
- docker stop blogsite
43
- docker rm blogsite
44
- docker pull gcpease/blogsite:latest
45
- docker run -v ~/blogsite-db:/db -v ~/blogsite-media:/app/Media -dp 80:80 --name blogsite gcpease/blogsite:latest
+ tags: gcpease/blogsite:latest
46
0 commit comments