Skip to content

Commit

Permalink
build: install s3cmd on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Feb 16, 2024
1 parent 7932057 commit 18f5e69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install gettext package
run: sudo apt-get install -y s3cmd

- name: Deploy to all environments
run: ./deploy.sh
env:
Expand Down

0 comments on commit 18f5e69

Please sign in to comment.