Replace Build-And-Push.ps1 with a Forgejo Action #14
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?
The Docker build-and-push workflow in
Build-And-Push.ps1can be replaced with a Forgejo Actions workflow that runs automatically on pushes tomain.What needs to happen:
.forgejo/workflows/deploy.ymlwith adocker-build-pushworkflowpushtomainbranch (or manual viaworkflow_dispatch)mohandl3g/pc-achievements:latestDOCKER_USERNAMEandDOCKER_PASSWORDas secrets in the Forgejo repo settingsAfter this is done, we can delete:
Build-And-Push.ps1Auto-Update-Deploy.ps1Keep
Run-Locally.ps1andUpdate-Dependencies.ps1as they are.