Questions tagged [cicd]
Use for questions related to practices of CICD (Continuous Integration and Continuous Delivery or Continuous Deployment) and its related tools.
682
questions
1vote
1answer
19views
How can i configure my aws credentials in shared credentials file for github action
I am trying to deploy the ci/cd pipeline for ECR in AWS.
It will push/pull the image from ECR
We are trying to migrate the azure pipeline to GitHub actions pipeline
When I try to implement the ...
0votes
1answer
17views
Automate gitlab project creation and push to repository
Since I have more than 100 projects to be created in Gitlab, is there a way that creation till push to repository can be automated.
Create project->Clone the repo.->Push modified files.
This ...
0votes
0answers
17views
How to get value from Azure App Service from Azure pipeline
I have a configuration in App Service like this
I want to pass this setting into the argument of a pipeline's task
How can I do it?
I've tried to create a variable group but I still don't know how ...
0votes
0answers
9views
How to get env variables into github CICD?
I have a firebase config object where the values are in my .env file (the .env file is not committed to github)
const firebaseConfig = {
apiKey: process.env.FIREBASE_API_KEY,
authDomain: process.env....
1vote
1answer
15views
gitlabe cicd : get to know if branch or tag
I'm aware of for instance -only that let us running jobs on specific branch or tag.
I'm just wondering whether one can do similar thing with predefined environment variables only.
Well, it's just a ...
1vote
1answer
19views
CI/CD GitHub: React App on Dev Domain with Plesk Server
I am currently building multiple react apps and it'd be awesome to be able to continously deploy them from a github repo to a dev domain for the clients to be able to access them. I was able to setup ...
0votes
0answers
19views
GitLab CI\CD compile-package missing file of .OUT extension
I added a file to my project that has the .OUT extension, and i use this file as a template for some operations. When i execute the project locally it works just fine, but on gitlab when ci\cd compile-...
-2votes
0answers
21views
Pipeline failed
I am trying to run cypress test scripts on Gitlab CICD Pipeline but this error occured
enter image description here
Here is my code on gitlab-ci.yml file
image: docker:18.09
stages:
- test
test:
...
0votes
0answers
18views
Docker image is not sent to remote server
I have built a docker image in local server and I want it to deploy in remote server. I have tried SSH authentication before script in stage:deploy . I have attached the before script below. now i ...
0votes
0answers
23views
GitHub CI/CD cannot deploy to Azure SQL as it cannot add firewall rule due to "deny public network access" being set to Yes
I have an Azure SQL server where I wish to deploy my database via dacpac using GitHub CI/CD. I am using the Azure SQL Deploy action with Service Principal for Azure login action
Due to policy ...
0votes
0answers
28views
Why might be the problem of my pipelines? Pipeline runs but no resources deployed
I just wanted to test how this is supposed to work. So the function in question is just the basic HTTP trigger template from visual studio and pushed to devops repo, the function app is manually made ...
0votes
1answer
16views
why python dependencies are not installing?
i was trying to create a ci-cd workflow from github-actions to ec2. but a part of the workflow is not working. there is a part where we can install the python dependencies using a shell file. but ...
0votes
0answers
31views
I want to Integrate Zephyr Squad with Azure DevOps for Test Automation [closed]
I want to Integrate Zephyr Squad (Test Management tool) with Azure DevOps, to push artifacts (Excel file & .png files) from Azure DevOps to Zephyr Squad. Excel file (.xlsx) will have test result. ...
0votes
0answers
12views
Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-30 Android SDK Platform 30
variables:
ANDROID_COMPILE_SDK: "29"
ANDROID_BUILD_TOOLS: "29.0.2"
ANDROID_SDK_TOOLS: "24.4.1"
before_script:
apt-get --quiet update --yes
apt-get --quiet install --yes ...
0votes
0answers
7views
Check for specific fields or properties during cicd for terraform
I am using terraform for provisioning of my infrastructure.
I would like to check if there is a way during CICD to catch misconfigured items i.e EC2 did not turn delete protection