fix: excluding pfsene from the refresh call because of unknown delay
This commit is contained in:
@@ -81,14 +81,15 @@ jobs:
|
|||||||
working-directory: 01-proxmox-infra
|
working-directory: 01-proxmox-infra
|
||||||
|
|
||||||
- name: Refresh State
|
- name: Refresh State
|
||||||
uses: pulumi/actions@v5
|
run: |
|
||||||
with:
|
pulumi login "$PULUMI_BACKEND_URL"
|
||||||
command: refresh
|
pulumi refresh --yes --stack dev \
|
||||||
stack-name: dev
|
--target 'urn:pulumi:dev::proxmox-infra::proxmoxve*' \
|
||||||
work-dir: 01-proxmox-infra
|
--target 'urn:pulumi:dev::proxmox-infra::tls*'
|
||||||
cloud-url: ${{ secrets.PULUMI_BACKEND_URL }}
|
working-directory: 01-proxmox-infra
|
||||||
env:
|
env:
|
||||||
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
|
||||||
|
PULUMI_BACKEND_URL: ${{ secrets.PULUMI_BACKEND_URL }}
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: pulumi/actions@v5
|
uses: pulumi/actions@v5
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ const pfSenseProvider = new pfsense.Provider("pfsense", {
|
|||||||
username: pfSenseUser,
|
username: pfSenseUser,
|
||||||
password: pfSensePassword,
|
password: pfSensePassword,
|
||||||
tlsSkipVerify: true,
|
tlsSkipVerify: true,
|
||||||
concurrentWrites: true,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user