Skip to content

Commit

Permalink
test pssh.
Browse files Browse the repository at this point in the history
install envsubst
  • Loading branch information
yardenasadosa committed Apr 2, 2024
1 parent 25a391d commit 8331d00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: install envsubst
run: |
curl -L https://github.com/a8m/envsubst/releases/download/v1.2.0/envsubst-`uname -s`-`uname -m` -o envsubst
chmod +x envsubst
sudo mv envsubst /usr/local/bin
- name: install dependencies.
run: |
sudo apt-get update -y
sudo apt-get install -y cloud-utils
sudo apt-get install -y cloud-utils
- name: Run deployment
run: "$GITHUB_WORKSPACE/github.sh"
Expand Down

0 comments on commit 8331d00

Please sign in to comment.