mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #258] [MERGED] Migrating from Travis to Actions (by Addshore) #365
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/258
Author: @mageddo
Created: 1/28/2023
Status: ✅ Merged
Merged: 1/29/2023
Merged by: @mageddo
Base:
master← Head:addshore-github-actions-for-upstream📝 Commits (10+)
6100d56Github actions for CI (from addshore fork) (#15)ba50f4bDe addshoreifyae4be03Restore README1b47e85Mergingc64ab4drenaming to ci73faf03using the exact same command to check the ci as before, it's important to make sure no previus compose cache will be used3d3f988Enabling only for pull requests right now78b173dRenaming and runing for pull requests07ba515renamingd699dcareverting files📊 Changes
9 files changed (+100 additions, -35 deletions)
View changed files
➕
.github/workflows/actions-deploy.yml(+58 -0)➕
.github/workflows/ci.yml(+15 -0)➖
.travis.yml(+0 -13)📝
Dockerfile.builder(+1 -1)📝
Dockerfile.hub(+1 -1)📝
README.md(+0 -2)📝
VERSION(+1 -1)📝
builder.bash(+18 -9)📝
docker-compose.yml(+6 -8)📄 Description
Motivation
The old Travis CI job is gone, now Travis is not free then we are moving to Actions.
Scope
Migrate from Travis to Actions as the result of the CI/CD must be the same, no looking to change the way we release, do CI or CD, if something in this sense has the to change then change the minimum necessary.
Tasks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.