Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update pipelines and add develop branch deploy #1478

Closed
wants to merge 1 commit into from

Conversation

mmpetarpeshev
Copy link
Contributor

@mmpetarpeshev mmpetarpeshev commented Apr 26, 2023

Once we merge, we can test the development pipeline. Not finished, should sync on that and will finish it.

@mmpetarpeshev mmpetarpeshev self-assigned this Apr 26, 2023
@github-actions
Copy link

Deployed to https://pr-1478-aepp-base.stg.aepps.com

@mmpetarpeshev mmpetarpeshev requested a review from davidyuk April 26, 2023 10:12
id: meta
uses: docker/metadata-action@v3
with:
images: aeternity/aescan
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure that it should be aescan

ENV: "dev"
APP: "aepp-base"

concurrency: aescan_develop_environment
Copy link
Member

Choose a reason for hiding this comment

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

is it should be aescan?

rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

- uses: actions/checkout@v2
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- uses: actions/checkout@v2
- uses: actions/checkout@v3

Comment on lines +21 to +22
with:
fetch-depth: 0
Copy link
Member

Choose a reason for hiding this comment

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

it doesn't seem necessary to fetch the whole base-app history

install: true

- name: Cache Docker layers
uses: actions/cache@v2
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
uses: actions/cache@v2
uses: actions/cache@v3

token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: dev
persist-credentials: false
fetch-depth: 0
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
fetch-depth: 0

with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
Copy link
Member

Choose a reason for hiding this comment

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

What is the difference compared to the default setting?

@davidyuk
Copy link
Member

this one looks to be replaced by #1515

@davidyuk davidyuk closed this Nov 20, 2023
@davidyuk davidyuk deleted the ci/update-gh-pipelines branch November 20, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants