Skip to content

Commit

Permalink
deploy needs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Feb 8, 2024
1 parent 0b8456b commit fc07c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
docker-compose -f docker-compose_deploy.yml build
- name: Publish
run: docker-compose -f docker-compose_deploy.yml push

deploy:
name: Deploy image
runs-on: ubuntu-latest
needs: publish

steps:
- name: Install SSH keys
Expand Down

0 comments on commit fc07c89

Please sign in to comment.