Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Toying around with GitHub actions and docker
  • Loading branch information
ImTheKai authored Nov 19, 2024
1 parent bda4ce0 commit 331397f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install sudo package
run: apt update && apt install sudo
- name: Run docker
run: bash /tmp/install/pg-easy-deploy.sh ${{ matrix.commands }}
run: bash /tmp/install/pg-easy-deploy.sh

0 comments on commit 331397f

Please sign in to comment.