Skip to content

Commit

Permalink
Update porter_stack_cowsay.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported authored Oct 27, 2023
1 parent c774f43 commit 4d8fea7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/porter_stack_cowsay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,11 @@ jobs:
- name: Set Github tag
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
# - name: Install porter
# uses: porter-dev/[email protected]
- name: Install porter
run: |
curl -L https://github.com/porter-dev/porter/releases/download/v0.52.15-upcoming/porter_v0.52.15-upcoming_Linux_x86_64.zip --output porter.zip
unzip -a porter.zip
rm porter.zip
chmod +x ./porter
sudo mv ./porter /usr/local/bin/porter
command -v porter >/dev/null 2>&1 || { echo "[ERROR] There was an error installing the Porter CLI. Please try again." >&2; exit 1; }
uses: porter-dev/[email protected]
- name: Deploy stack
timeout-minutes: 30
run: |
porter apply -f ./porter.yaml
run: porter apply -f ./porter.yaml
env:
DOCKER_BUILDKIT: "1"
PORTER_BUILDKIT_ARGS: "--cache-to type=gha --cache-from type=gha"
Expand Down

0 comments on commit 4d8fea7

Please sign in to comment.