Skip to content

Commit

Permalink
Differentiate blog and website actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcha committed Nov 22, 2023
1 parent 4ccf064 commit 6bf88e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Ubuntu Server
name: Deploy Website to Ubuntu Server

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_blog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Ubuntu Server
name: Deploy Blog to Ubuntu Server

on:
push:
Expand All @@ -24,7 +24,7 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/oap_blog:latest
file: Dockerfile
file: Blog/Dockerfile
- name: SSH into server and deploy
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 6bf88e6

Please sign in to comment.