Skip to content

Commit

Permalink
Added 4everland hook support (#867)
Browse files Browse the repository at this point in the history
* Added 4everland hook support

* Steps order correction
  • Loading branch information
mc2eqe committed Jul 19, 2023
1 parent 8c49ed5 commit eaf986a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/s3-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Deploy app build to S3 bucket
run: aws s3 sync ./dist/spa s3://astar-apps --delete
- name: Run 4everland deploy
run: |
curl "${{ secrets.HOOK_4EVERLAND }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

2 comments on commit eaf986a

@4everland
Copy link

@4everland 4everland bot commented on eaf986a Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IC b5oiz-tyaaa-aaaag-abp6a-cai
Assigned domain https://b5oiz-tyaaa-aaaag-abp6a-cai.ic0.app/
Custom domain https://decentralized.portal.astar.network

@4everland
Copy link

@4everland 4everland bot commented on eaf986a Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IC b5oiz-tyaaa-aaaag-abp6a-cai
Assigned domain https://b5oiz-tyaaa-aaaag-abp6a-cai.ic0.app/
Custom domain https://decentralized.portal.astar.network

Please sign in to comment.