Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StaticFX committed Jan 3, 2025
1 parent 348771b commit 1b3a6e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -27,7 +26,7 @@ jobs:
-t devinfritz/vzbot-web-nuxt:stage-${COMMIT_HASH} --push .
deploy:
runs-on: ubuntu-latest

needs: build-and-push
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
Expand Down

0 comments on commit 1b3a6e3

Please sign in to comment.