Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cliuzy authored Feb 18, 2025
1 parent d34a727 commit 7463961
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
tags: |
cliuzy1/gridape:v1
cliuzy1/gridape:latest
deploy: # Second job: Deploy (runs AFTER build)
needs: docker # Ensure "deploy" runs ONLY AFTER "docker" completes
runs-on: ubuntu-latest
steps:
- name: Deploy to Server
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 7463961

Please sign in to comment.