Skip to content

Commit

Permalink
clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenasadosa committed Apr 6, 2024
1 parent 06dd7c3 commit 38122dc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,12 @@ 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 pssh
#this is for GNU envsubst
sudo apt-get install -y gettext

- name: Configure AWS Credentials
Expand Down

0 comments on commit 38122dc

Please sign in to comment.