Skip to content

Commit

Permalink
#1431 pr-deploy preview restored
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jan 15, 2025
1 parent 233c3b0 commit 510eeb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-demo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
set -x
# Enforce max 60 chars, always end with alnum char
echo SUBDOMAIN=`echo "${{ github.head_ref }}" | tr '[:upper:]' '[:lower:]' | cut -c -60 | rev | sed 's/[^[:alnum:]]//1' | rev` >> $GITHUB_ENV
# TODO remove.
echo SUBDOMAIN=1431-as-a-shop-owner-i-can-bulk-pause-all-paymentcollection >> $GITHUB_ENV
echo $GITHUB_ENV
- name: Create dokku app for pr branch if doesn't already exist using dokku apps:create
env:
Expand Down Expand Up @@ -80,7 +78,7 @@ jobs:
dokku-host: ${{ secrets.DOKKU_HOST }}
app-name: ${{ env.SUBDOMAIN }}
git-push-flags: '--force'
remote-branch: 1431-as-a-shop-owner-i-can-bulk-pause-all-payment-collections-acr # ${{ github.head_ref }}
remote-branch: ${{ github.head_ref }}
- name: Click to see your PR web address
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit 510eeb8

Please sign in to comment.