Skip to content

Commit

Permalink
- add checkout to prod deployment workflow (#291)
Browse files Browse the repository at this point in the history
add checkout to prod deployment workflow
  • Loading branch information
mtracz authored Mar 15, 2023
1 parent dac7bba commit 0e22c58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-22.04
name: Deploy to production
steps:
- name: checkout
uses: actions/checkout@v3

- name: set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 0e22c58

Please sign in to comment.